|
corosync
3.1.6
|
Data Fields | |
| char * | key_name |
| void * | user_data |
| int32_t | events |
| icmap_notify_fn_t | notify_fn |
| uint64_t | old_value |
| struct qb_list_head | list |
| int32_t cs_stats_tracker::events |
Definition at line 227 of file stats.c.
Referenced by stats_map_track_add(), stats_map_track_delete(), and stats_trigger_trackers().
| char* cs_stats_tracker::key_name |
Definition at line 225 of file stats.c.
Referenced by stats_map_track_add(), stats_map_track_delete(), and stats_trigger_trackers().
| icmap_notify_fn_t cs_stats_tracker::notify_fn |
Definition at line 228 of file stats.c.
Referenced by stats_map_track_add(), and stats_trigger_trackers().
| uint64_t cs_stats_tracker::old_value |
Definition at line 229 of file stats.c.
Referenced by stats_map_track_add(), and stats_trigger_trackers().
| void* cs_stats_tracker::user_data |
Definition at line 226 of file stats.c.
Referenced by stats_map_track_add(), stats_map_track_get_user_data(), and stats_trigger_trackers().