GNUnet 0.28.0-dev.2-28-ge1ff59a3e
 
Loading...
Searching...
No Matches
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 605 of file program.c.

Field Documentation

◆ prev

struct DaemonHandleList* DaemonHandleList::prev

Definition at line 608 of file program.c.

◆ next

struct DaemonHandleList* DaemonHandleList::next

Definition at line 611 of file program.c.

Referenced by launch_daemons().

◆ d

GNUNET_PROGRAM_Main DaemonHandleList::d

Definition at line 614 of file program.c.

Referenced by GNUNET_DAEMON_register(), and launch_daemon().

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* DaemonHandleList::cfg

Definition at line 616 of file program.c.

Referenced by launch_daemon().

◆ daemon_name

const char* DaemonHandleList::daemon_name

Definition at line 618 of file program.c.

Referenced by GNUNET_DAEMON_register().


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