corosync
2.4.2
|
Data Fields | |
char * | key_name |
icmap_value_types_t | type |
size_t | value_len |
char | value [] |
char* icmap_item::key_name |
Definition at line 49 of file icmap.c.
Referenced by icmap_copy_map(), icmap_delete_r(), and icmap_fast_adjust_int_r().
icmap_value_types_t icmap_item::type |
Definition at line 50 of file icmap.c.
Referenced by icmap_adjust_int_r(), icmap_fast_adjust_int_r(), and icmap_get_string().
char icmap_item::value[] |
Definition at line 52 of file icmap.c.
Referenced by icmap_adjust_int_r(), icmap_copy_map(), and icmap_fast_adjust_int_r().
size_t icmap_item::value_len |
Definition at line 51 of file icmap.c.
Referenced by icmap_copy_map().