GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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)
 
char * name
 What value is this action about? (never NULL)
 
GNUNET_STATISTICS_Iterator proc
 Function to call.
 
void * proc_cls
 Closure for proc.
 

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: