GNUnet  0.19.4
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

◆ name

◆ proc

GNUNET_STATISTICS_Iterator GNUNET_STATISTICS_WatchEntry::proc

◆ 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: