GNUnet  0.20.0
GNUNET_PEERINFO_Handle Struct Reference

Handle to the peerinfo service. More...

Collaboration diagram for GNUNET_PEERINFO_Handle:
[legend]

Data Fields

const struct GNUNET_CONFIGURATION_Handlecfg
 Our configuration. More...
 
struct GNUNET_MQ_Handlemq
 Connection to the service. More...
 
struct GNUNET_PEERINFO_IteratorContextic_head
 Head of iterator DLL. More...
 
struct GNUNET_PEERINFO_IteratorContextic_tail
 Tail of iterator DLL. More...
 
struct GNUNET_SCHEDULER_Taskr_task
 ID for a reconnect task. More...
 

Detailed Description

Handle to the peerinfo service.

Definition at line 84 of file peerinfo_api.c.

Field Documentation

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_PEERINFO_Handle::cfg

◆ mq

struct GNUNET_MQ_Handle* GNUNET_PEERINFO_Handle::mq

Connection to the service.

Definition at line 94 of file peerinfo_api.c.

◆ ic_head

struct GNUNET_PEERINFO_IteratorContext* GNUNET_PEERINFO_Handle::ic_head

Head of iterator DLL.

Definition at line 99 of file peerinfo_api.c.

◆ ic_tail

struct GNUNET_PEERINFO_IteratorContext* GNUNET_PEERINFO_Handle::ic_tail

Tail of iterator DLL.

Definition at line 104 of file peerinfo_api.c.

◆ r_task

struct GNUNET_SCHEDULER_Task* GNUNET_PEERINFO_Handle::r_task

ID for a reconnect task.

Definition at line 109 of file peerinfo_api.c.


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