GNUnet debian-0.24.3-23-g589b01d60
GNUNET_PILS_Handle Struct Reference

A handle for the PILS service. More...

Collaboration diagram for GNUNET_PILS_Handle:
[legend]

Data Fields

const struct GNUNET_CONFIGURATION_Handlecfg
 
GNUNET_PILS_PidChangeCallback pid_change_cb
 
void * pid_change_cb_cls
 
struct GNUNET_SCHEDULER_Taskreconnect_task
 
struct GNUNET_TIME_Relative reconnect_delay
 
struct GNUNET_MQ_Handlemq
 
struct GNUNET_PeerIdentity peer_id
 
struct GNUNET_HashCode hash
 
struct GNUNET_PILS_Operationop_head
 DLL. More...
 
struct GNUNET_PILS_Operationop_tail
 DLL. More...
 
uint32_t op_id_counter
 Op ID counter. More...
 

Detailed Description

A handle for the PILS service.

Definition at line 81 of file pils_api.c.

Field Documentation

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_PILS_Handle::cfg

Definition at line 84 of file pils_api.c.

◆ pid_change_cb

GNUNET_PILS_PidChangeCallback GNUNET_PILS_Handle::pid_change_cb

Definition at line 87 of file pils_api.c.

◆ pid_change_cb_cls

void* GNUNET_PILS_Handle::pid_change_cb_cls

Definition at line 90 of file pils_api.c.

◆ reconnect_task

struct GNUNET_SCHEDULER_Task* GNUNET_PILS_Handle::reconnect_task

Definition at line 93 of file pils_api.c.

◆ reconnect_delay

struct GNUNET_TIME_Relative GNUNET_PILS_Handle::reconnect_delay

Definition at line 96 of file pils_api.c.

◆ mq

struct GNUNET_MQ_Handle* GNUNET_PILS_Handle::mq

Definition at line 99 of file pils_api.c.

◆ peer_id

struct GNUNET_PeerIdentity GNUNET_PILS_Handle::peer_id

Definition at line 102 of file pils_api.c.

◆ hash

struct GNUNET_HashCode GNUNET_PILS_Handle::hash

Definition at line 105 of file pils_api.c.

◆ op_head

struct GNUNET_PILS_Operation* GNUNET_PILS_Handle::op_head

DLL.

Definition at line 110 of file pils_api.c.

◆ op_tail

struct GNUNET_PILS_Operation* GNUNET_PILS_Handle::op_tail

DLL.

Definition at line 115 of file pils_api.c.

◆ op_id_counter

uint32_t GNUNET_PILS_Handle::op_id_counter

Op ID counter.

Definition at line 120 of file pils_api.c.


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