GNUnet 0.29.1-dev.1-3-g346358e26
 
Loading...
Searching...
No Matches
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 ServiceHandleList * prev
 
struct ServiceHandleList * next
 
struct GNUNET_SERVICE_Handle * sh
 

Detailed Description

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

Definition at line 2234 of file service.c.

Field Documentation

◆ prev

struct ServiceHandleList* ServiceHandleList::prev

Definition at line 2237 of file service.c.

◆ next

struct ServiceHandleList* ServiceHandleList::next

Definition at line 2240 of file service.c.

Referenced by launch_registered_services().

◆ sh

struct GNUNET_SERVICE_Handle* ServiceHandleList::sh

Definition at line 2243 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: