GNUnet 0.22.2
DaemonHandleList Struct Reference
Collaboration diagram for DaemonHandleList:
[legend]

Data Fields

struct DaemonHandleListprev
 
struct DaemonHandleListnext
 
GNUNET_PROGRAM_Main d
 
const struct GNUNET_CONFIGURATION_Handlecfg
 
const char * daemon_name
 

Detailed Description

Definition at line 606 of file program.c.

Field Documentation

◆ prev

struct DaemonHandleList* DaemonHandleList::prev

Definition at line 609 of file program.c.

◆ next

struct DaemonHandleList* DaemonHandleList::next

Definition at line 612 of file program.c.

Referenced by launch_daemons().

◆ d

GNUNET_PROGRAM_Main DaemonHandleList::d

Definition at line 615 of file program.c.

Referenced by GNUNET_DAEMON_register(), and launch_daemon().

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* DaemonHandleList::cfg

Definition at line 617 of file program.c.

Referenced by launch_daemon().

◆ daemon_name

const char* DaemonHandleList::daemon_name

Definition at line 619 of file program.c.

Referenced by GNUNET_DAEMON_register().


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