Slave configutation feature flag.
More...
#include <flag.h>
|
| struct list_head | list |
| | List item.
|
| char * | key |
| | Flag key (null-terminated ASCII string.
|
| int32_t | value |
| | Flag value (meaning depends on key).
|
Slave configutation feature flag.
Definition at line 38 of file flag.h.
◆ list
| struct list_head ec_flag_t::list |
List item.
Definition at line 39 of file flag.h.
◆ key
Flag key (null-terminated ASCII string.
Definition at line 40 of file flag.h.
◆ value
Flag value (meaning depends on key).
Definition at line 41 of file flag.h.