GNUnet  last
GNUNET_MESSENGER_Service Struct Reference

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/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
 
struct GNUNET_PeerIdentitypeer
 
char * dir
 
struct GNUNET_CADET_Handlecadet
 
struct GNUNET_MESSENGER_ContactStore contact_store
 
struct GNUNET_MESSENGER_ListHandles handles
 
struct GNUNET_CONTAINER_MultiHashMaprooms
 

Detailed Description

Definition at line 41 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 44 of file gnunet-service-messenger_service.h.

◆ shutdown

struct GNUNET_SCHEDULER_Task* GNUNET_MESSENGER_Service::shutdown

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

◆ peer

struct GNUNET_PeerIdentity* GNUNET_MESSENGER_Service::peer

Definition at line 48 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().

◆ 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 57 of file gnunet-service-messenger_service.h.


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