Handle to a CORE monitoring operation. More...
Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Our configuration. More... | |
struct GNUNET_MQ_Handle * | mq |
Our connection to the service. More... | |
GNUNET_CORE_MonitorCallback | peer_cb |
Function called with the peer. More... | |
void * | peer_cb_cls |
Closure for peer_cb. More... | |
Handle to a CORE monitoring operation.
Definition at line 35 of file core_api_monitor_peers.c.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_CORE_MonitorHandle::cfg |
Our configuration.
Definition at line 40 of file core_api_monitor_peers.c.
struct GNUNET_MQ_Handle* GNUNET_CORE_MonitorHandle::mq |
Our connection to the service.
Definition at line 45 of file core_api_monitor_peers.c.
GNUNET_CORE_MonitorCallback GNUNET_CORE_MonitorHandle::peer_cb |
Function called with the peer.
Definition at line 50 of file core_api_monitor_peers.c.
Referenced by GNUNET_CORE_monitor_start().
void* GNUNET_CORE_MonitorHandle::peer_cb_cls |
Closure for peer_cb.
Definition at line 55 of file core_api_monitor_peers.c.
Referenced by GNUNET_CORE_monitor_start().