GNUnet 0.21.2
ServiceHandleList Struct Reference

A list of service to be launched when GNUNET_SERVICE_main() is called. More...

Collaboration diagram for ServiceHandleList:
[legend]

Data Fields

struct ServiceHandleListprev
 
struct ServiceHandleListnext
 
struct GNUNET_SERVICE_Handlesh
 

Detailed Description

A list of service to be launched when GNUNET_SERVICE_main() is called.

Definition at line 2186 of file service.c.

Field Documentation

◆ prev

struct ServiceHandleList* ServiceHandleList::prev

Definition at line 2189 of file service.c.

◆ next

struct ServiceHandleList* ServiceHandleList::next

Definition at line 2192 of file service.c.

Referenced by launch_registered_services().

◆ sh

struct GNUNET_SERVICE_Handle* ServiceHandleList::sh

Definition at line 2195 of file service.c.

Referenced by do_registered_services_shutdown(), and GNUNET_SERVICE_register_().


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