summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/mpmaxproxies.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 14:20:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit92ea0a0cdeb38290478685ab40a35b5338592f4d (patch)
treed4d03e15f49d73d4555581efc51fdf07c0b85cda /spec/acfg/opt/mpmaxproxies.yml
parentd50da6658d7a50a152b5ca77ec3c6b4d9b30cd3d (diff)
Rename application configuration attributes
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/mpmaxproxies.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/spec/acfg/opt/mpmaxproxies.yml b/spec/acfg/opt/mpmaxproxies.yml
index f04b33e9..89aadb5d 100644
--- a/spec/acfg/opt/mpmaxproxies.yml
+++ b/spec/acfg/opt/mpmaxproxies.yml
@@ -1,15 +1,23 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-constraint:
+appl-config-option-type: integer
+constraints:
max: '``UINT32_MAX``'
min: 0
-appl-config-option-default-value: 32
-appl-config-option-description: |
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: 32
+description: |
The value of this configuration option defines the maximum number of
concurrently active thread/task proxies on this node in a multiprocessor
system.
-appl-config-option-index: []
-appl-config-option-name: CONFIGURE_MP_MAXIMUM_PROXIES
-appl-config-option-notes: |
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: ../mpci
+name: CONFIGURE_MP_MAXIMUM_PROXIES
+notes: |
Since a proxy is used to represent a remote task/thread which is blocking
on this node. This configuration parameter reflects the maximum number of
remote tasks/threads which can be blocked on objects on this node, see
@@ -17,13 +25,5 @@ appl-config-option-notes: |
This configuration option is only evaluated if
:ref:`CONFIGURE_MP_APPLICATION` is defined.
-appl-config-option-type: integer
-copyrights:
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-enabled-by: true
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: ../mpci
text: ''
type: interface