GNUnet 0.21.2
GNUNET_CORE_MonitorHandle Struct Reference

Handle to a CORE monitoring operation. More...

Collaboration diagram for GNUNET_CORE_MonitorHandle:
[legend]

Data Fields

const struct GNUNET_CONFIGURATION_Handlecfg
 Our configuration. More...
 
struct GNUNET_MQ_Handlemq
 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...
 

Detailed Description

Handle to a CORE monitoring operation.

Definition at line 35 of file core_api_monitor_peers.c.

Field Documentation

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_CORE_MonitorHandle::cfg

Our configuration.

Definition at line 40 of file core_api_monitor_peers.c.

◆ mq

struct GNUNET_MQ_Handle* GNUNET_CORE_MonitorHandle::mq

Our connection to the service.

Definition at line 45 of file core_api_monitor_peers.c.

◆ peer_cb

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

◆ peer_cb_cls

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


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