mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
config_settings: add comment about possible types
This commit is contained in:
parent
63d09b75f8
commit
b73fbf8f4a
@ -32,7 +32,11 @@
|
|||||||
* CFG_ADVANCED - this node belongs to advanced config set
|
* CFG_ADVANCED - this node belongs to advanced config set
|
||||||
* CFG_UNSUPPORTED - this node belongs to unsupported config set
|
* CFG_UNSUPPORTED - this node belongs to unsupported config set
|
||||||
* CFG_PROFILABLE - this node is customizable by a profile
|
* CFG_PROFILABLE - this node is customizable by a profile
|
||||||
* type: allowed type for the value of simple configuation setting
|
* type: allowed type for the value of simple configuation setting, one of:
|
||||||
|
* CFG_TYPE_BOOL
|
||||||
|
* CFG_TYPE_INT
|
||||||
|
* CFG_TYPE_FLOAT
|
||||||
|
* CFG_TYPE_STRING
|
||||||
* types: allowed types for the values of array configuration setting
|
* types: allowed types for the values of array configuration setting
|
||||||
* (use logical "OR" to define more than one allowed type,
|
* (use logical "OR" to define more than one allowed type,
|
||||||
* e.g. CFG_TYPE_STRING | CFG_TYPE_INT)
|
* e.g. CFG_TYPE_STRING | CFG_TYPE_INT)
|
||||||
|
Loading…
Reference in New Issue
Block a user