Entry kept for each value we are watching. More...
Data Fields | |
char * | subsystem |
What subsystem is this action about? (never NULL) More... | |
char * | name |
What value is this action about? (never NULL) More... | |
GNUNET_STATISTICS_Iterator | proc |
Function to call. More... | |
void * | proc_cls |
Closure for proc. More... | |
Entry kept for each value we are watching.
Definition at line 73 of file statistics_api.c.
char* GNUNET_STATISTICS_WatchEntry::subsystem |
What subsystem is this action about? (never NULL)
Definition at line 78 of file statistics_api.c.
Referenced by GNUNET_STATISTICS_watch(), GNUNET_STATISTICS_watch_cancel(), and handle_statistics_watch_value().
char* GNUNET_STATISTICS_WatchEntry::name |
What value is this action about? (never NULL)
Definition at line 83 of file statistics_api.c.
Referenced by GNUNET_STATISTICS_watch(), GNUNET_STATISTICS_watch_cancel(), and handle_statistics_watch_value().
GNUNET_STATISTICS_Iterator GNUNET_STATISTICS_WatchEntry::proc |
Function to call.
Definition at line 88 of file statistics_api.c.
Referenced by GNUNET_STATISTICS_watch(), GNUNET_STATISTICS_watch_cancel(), and handle_statistics_watch_value().
void* GNUNET_STATISTICS_WatchEntry::proc_cls |
Closure for proc.
Definition at line 93 of file statistics_api.c.
Referenced by GNUNET_STATISTICS_watch(), GNUNET_STATISTICS_watch_cancel(), and handle_statistics_watch_value().