GNUnet  0.19.3
GNUNET_MESSENGER_Service Struct Reference

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/messenger/gnunet-service-messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_Service:
[legend]

Data Fields

const struct GNUNET_CONFIGURATION_Handleconfig
 
struct GNUNET_SERVICE_Handleservice
 
struct GNUNET_SCHEDULER_Taskshutdown
 
char * dir
 
struct GNUNET_CADET_Handlecadet
 
struct GNUNET_MESSENGER_EgoStore ego_store
 
struct GNUNET_MESSENGER_ContactStore contact_store
 
struct GNUNET_MESSENGER_ListHandles handles
 
struct GNUNET_CONTAINER_MultiHashMaprooms
 

Detailed Description

Definition at line 42 of file gnunet-service-messenger_service.h.

Field Documentation

◆ config

const struct GNUNET_CONFIGURATION_Handle* GNUNET_MESSENGER_Service::config

◆ service

struct GNUNET_SERVICE_Handle* GNUNET_MESSENGER_Service::service

Definition at line 45 of file gnunet-service-messenger_service.h.

◆ shutdown

struct GNUNET_SCHEDULER_Task* GNUNET_MESSENGER_Service::shutdown

Definition at line 47 of file gnunet-service-messenger_service.h.

◆ dir

char* GNUNET_MESSENGER_Service::dir

◆ cadet

struct GNUNET_CADET_Handle* GNUNET_MESSENGER_Service::cadet

Definition at line 51 of file gnunet-service-messenger_service.h.

Referenced by get_srv_room_cadet().

◆ ego_store

struct GNUNET_MESSENGER_EgoStore GNUNET_MESSENGER_Service::ego_store

Definition at line 51 of file gnunet-service-messenger_service.h.

◆ contact_store

struct GNUNET_MESSENGER_ContactStore GNUNET_MESSENGER_Service::contact_store

Definition at line 51 of file gnunet-service-messenger_service.h.

◆ handles

struct GNUNET_MESSENGER_ListHandles GNUNET_MESSENGER_Service::handles

Definition at line 51 of file gnunet-service-messenger_service.h.

Referenced by solve_srv_room_member_collisions().

◆ rooms

struct GNUNET_CONTAINER_MultiHashMap* GNUNET_MESSENGER_Service::rooms

Definition at line 58 of file gnunet-service-messenger_service.h.


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