Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | config |
struct GNUNET_SERVICE_Handle * | service |
struct GNUNET_SCHEDULER_Task * | shutdown |
struct GNUNET_PeerIdentity * | peer |
char * | dir |
enum GNUNET_GenericReturnValue | auto_connecting |
enum GNUNET_GenericReturnValue | auto_routing |
unsigned long long | min_routers |
struct GNUNET_CADET_Handle * | cadet |
struct GNUNET_STATISTICS_Handle * | statistics |
struct GNUNET_MESSENGER_ContactStore | contact_store |
struct GNUNET_MESSENGER_ListHandles | handles |
struct GNUNET_CONTAINER_MultiHashMap * | rooms |
Definition at line 39 of file gnunet-service-messenger_service.h.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_MESSENGER_Service::config |
Definition at line 41 of file gnunet-service-messenger_service.h.
Referenced by typescriptdomain.MyHtmlBuilder::init_highlighter().
struct GNUNET_SERVICE_Handle* GNUNET_MESSENGER_Service::service |
Definition at line 42 of file gnunet-service-messenger_service.h.
struct GNUNET_SCHEDULER_Task* GNUNET_MESSENGER_Service::shutdown |
Definition at line 44 of file gnunet-service-messenger_service.h.
struct GNUNET_PeerIdentity* GNUNET_MESSENGER_Service::peer |
Definition at line 46 of file gnunet-service-messenger_service.h.
char* GNUNET_MESSENGER_Service::dir |
Definition at line 47 of file gnunet-service-messenger_service.h.
Referenced by create_srv_room(), destroy_srv_room(), and get_room_data_subdir().
enum GNUNET_GenericReturnValue GNUNET_MESSENGER_Service::auto_connecting |
Definition at line 49 of file gnunet-service-messenger_service.h.
Referenced by callback_tunnel_disconnect().
enum GNUNET_GenericReturnValue GNUNET_MESSENGER_Service::auto_routing |
Definition at line 50 of file gnunet-service-messenger_service.h.
Referenced by get_srv_room_connection_flags().
unsigned long long GNUNET_MESSENGER_Service::min_routers |
Definition at line 51 of file gnunet-service-messenger_service.h.
Referenced by rebuild_srv_room_basement_structure().
struct GNUNET_CADET_Handle* GNUNET_MESSENGER_Service::cadet |
Definition at line 53 of file gnunet-service-messenger_service.h.
Referenced by get_srv_room_cadet().
struct GNUNET_STATISTICS_Handle* GNUNET_MESSENGER_Service::statistics |
Definition at line 54 of file gnunet-service-messenger_service.h.
Referenced by callback_tunnel_disconnect(), callback_tunnel_sent(), connect_tunnel(), and handle_tunnel_message().
struct GNUNET_MESSENGER_ContactStore GNUNET_MESSENGER_Service::contact_store |
Definition at line 56 of file gnunet-service-messenger_service.h.
struct GNUNET_MESSENGER_ListHandles GNUNET_MESSENGER_Service::handles |
Definition at line 58 of file gnunet-service-messenger_service.h.
Referenced by solve_srv_room_member_collisions().
struct GNUNET_CONTAINER_MultiHashMap* GNUNET_MESSENGER_Service::rooms |
Definition at line 60 of file gnunet-service-messenger_service.h.