GNUnet 0.21.1
GNUNET_STATISTICS_WatchEntry Struct Reference

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...
 

Detailed Description

Entry kept for each value we are watching.

Definition at line 73 of file statistics_api.c.

Field Documentation

◆ subsystem

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().

◆ name

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().

◆ proc

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().

◆ proc_cls

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().


The documentation for this struct was generated from the following file: