GNUnet 0.21.1
GNUNET_MESSENGER_SrvRoom Struct Reference

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

Collaboration diagram for GNUNET_MESSENGER_SrvRoom:
[legend]

Data Fields

struct GNUNET_MESSENGER_Serviceservice
 
struct GNUNET_MESSENGER_SrvHandlehost
 
struct GNUNET_CADET_Portport
 
struct GNUNET_HashCode key
 
struct GNUNET_CONTAINER_MultiPeerMaptunnels
 
struct GNUNET_MESSENGER_PeerStore peer_store
 
struct GNUNET_MESSENGER_MemberStore member_store
 
struct GNUNET_MESSENGER_MessageStore message_store
 
struct GNUNET_MESSENGER_OperationStore operation_store
 
struct GNUNET_MESSENGER_ListTunnels basement
 
struct GNUNET_MESSENGER_MessageState state
 
struct GNUNET_HashCodepeer_message
 
struct GNUNET_MESSENGER_ListMessages handling
 
struct GNUNET_SCHEDULER_Taskidle
 

Detailed Description

Definition at line 56 of file gnunet-service-messenger_room.h.

Field Documentation

◆ service

◆ host

◆ port

struct GNUNET_CADET_Port* GNUNET_MESSENGER_SrvRoom::port

Definition at line 60 of file gnunet-service-messenger_room.h.

Referenced by close_srv_room(), create_srv_room(), and open_srv_room().

◆ key

◆ tunnels

◆ peer_store

struct GNUNET_MESSENGER_PeerStore GNUNET_MESSENGER_SrvRoom::peer_store

Definition at line 66 of file gnunet-service-messenger_room.h.

Referenced by get_srv_room_peer_store().

◆ member_store

struct GNUNET_MESSENGER_MemberStore GNUNET_MESSENGER_SrvRoom::member_store

Definition at line 67 of file gnunet-service-messenger_room.h.

Referenced by get_srv_room_member_store().

◆ message_store

struct GNUNET_MESSENGER_MessageStore GNUNET_MESSENGER_SrvRoom::message_store

Definition at line 68 of file gnunet-service-messenger_room.h.

Referenced by get_srv_room_message_store().

◆ operation_store

struct GNUNET_MESSENGER_OperationStore GNUNET_MESSENGER_SrvRoom::operation_store

Definition at line 69 of file gnunet-service-messenger_room.h.

Referenced by get_srv_room_operation_store().

◆ basement

◆ state

◆ peer_message

◆ handling

struct GNUNET_MESSENGER_ListMessages GNUNET_MESSENGER_SrvRoom::handling

◆ idle

struct GNUNET_SCHEDULER_Task* GNUNET_MESSENGER_SrvRoom::idle

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