|
corosync
2.4.5
|
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_delete_r(), icmap_fast_adjust_int_r(), and icmap_set_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(), icmap_iter_next(), and icmap_key_value_eq().
| char icmap_item::value[] |
Definition at line 52 of file icmap.c.
Referenced by icmap_adjust_int_r(), icmap_fast_adjust_int_r(), and icmap_key_value_eq().
| size_t icmap_item::value_len |
Definition at line 51 of file icmap.c.
Referenced by icmap_iter_next(), icmap_key_value_eq(), and icmap_set_r().
1.8.9.1