|
corosync 3.1.9
|

Data Fields | |
| char * | key_name |
| int32_t | track_type |
| icmap_notify_fn_t | notify_fn |
| void * | user_data |
| struct qb_list_head | list |
| char* icmap_track::key_name |
Definition at line 62 of file icmap.c.
Referenced by icmap_convert_name_to_valid_name(), and icmap_track_delete().
| struct qb_list_head icmap_track::list |
Definition at line 66 of file icmap.c.
Referenced by icmap_track_delete().
| icmap_notify_fn_t icmap_track::notify_fn |
| int32_t icmap_track::track_type |
Definition at line 63 of file icmap.c.
Referenced by icmap_track_delete().
| void* icmap_track::user_data |
Definition at line 65 of file icmap.c.
Referenced by icmap_track_get_user_data(), and stats_map_track_get_user_data().