#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/messenger/messenger_api_handle.h>
Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
struct GNUNET_MQ_Handle * | mq |
GNUNET_MESSENGER_IdentityCallback | identity_callback |
void * | identity_cls |
GNUNET_MESSENGER_MessageCallback | msg_callback |
void * | msg_cls |
char * | name |
struct GNUNET_IDENTITY_PublicKey * | pubkey |
struct GNUNET_TIME_Relative | reconnect_time |
struct GNUNET_SCHEDULER_Task * | reconnect_task |
struct GNUNET_MESSENGER_ContactStore | contact_store |
struct GNUNET_CONTAINER_MultiHashMap * | rooms |
Definition at line 39 of file messenger_api_handle.h.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_MESSENGER_Handle::cfg |
Definition at line 41 of file messenger_api_handle.h.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
struct GNUNET_MQ_Handle* GNUNET_MESSENGER_Handle::mq |
Definition at line 43 of file messenger_api_handle.h.
Referenced by GNUNET_MESSENGER_get_message(), and GNUNET_MESSENGER_send_message().
GNUNET_MESSENGER_IdentityCallback GNUNET_MESSENGER_Handle::identity_callback |
Definition at line 45 of file messenger_api_handle.h.
Referenced by create_handle(), and GNUNET_MESSENGER_connect().
void* GNUNET_MESSENGER_Handle::identity_cls |
Definition at line 46 of file messenger_api_handle.h.
Referenced by create_handle(), and GNUNET_MESSENGER_connect().
GNUNET_MESSENGER_MessageCallback GNUNET_MESSENGER_Handle::msg_callback |
Definition at line 48 of file messenger_api_handle.h.
Referenced by create_handle(), and GNUNET_MESSENGER_connect().
void* GNUNET_MESSENGER_Handle::msg_cls |
Definition at line 49 of file messenger_api_handle.h.
Referenced by create_handle(), and GNUNET_MESSENGER_connect().
char* GNUNET_MESSENGER_Handle::name |
Definition at line 51 of file messenger_api_handle.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
struct GNUNET_IDENTITY_PublicKey* GNUNET_MESSENGER_Handle::pubkey |
Definition at line 52 of file messenger_api_handle.h.
struct GNUNET_TIME_Relative GNUNET_MESSENGER_Handle::reconnect_time |
Definition at line 52 of file messenger_api_handle.h.
struct GNUNET_SCHEDULER_Task* GNUNET_MESSENGER_Handle::reconnect_task |
Definition at line 55 of file messenger_api_handle.h.
struct GNUNET_MESSENGER_ContactStore GNUNET_MESSENGER_Handle::contact_store |
Definition at line 55 of file messenger_api_handle.h.
struct GNUNET_CONTAINER_MultiHashMap* GNUNET_MESSENGER_Handle::rooms |
Definition at line 59 of file messenger_api_handle.h.