Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
struct GNUNET_IDENTITY_Handle * | identity |
struct GNUNET_CONTAINER_MultiHashMap * | egos |
struct GNUNET_CONTAINER_MultiHashMap * | handles |
struct GNUNET_MESSENGER_EgoLookup * | lu_start |
struct GNUNET_MESSENGER_EgoLookup * | lu_end |
struct GNUNET_MESSENGER_EgoOperation * | op_start |
struct GNUNET_MESSENGER_EgoOperation * | op_end |
Definition at line 71 of file gnunet-service-messenger_ego_store.h.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_MESSENGER_EgoStore::cfg |
Definition at line 73 of file gnunet-service-messenger_ego_store.h.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), init_ego_store(), lookup_store_ego(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
struct GNUNET_IDENTITY_Handle* GNUNET_MESSENGER_EgoStore::identity |
Definition at line 75 of file gnunet-service-messenger_ego_store.h.
Referenced by clear_ego_store(), create_store_ego(), init_ego_store(), rename_store_ego(), and renew_store_ego().
struct GNUNET_CONTAINER_MultiHashMap* GNUNET_MESSENGER_EgoStore::egos |
Definition at line 76 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_lookup(), callback_ego_rename(), clear_ego_store(), delete_store_ego(), init_ego_store(), and update_store_ego().
struct GNUNET_CONTAINER_MultiHashMap* GNUNET_MESSENGER_EgoStore::handles |
Definition at line 77 of file gnunet-service-messenger_ego_store.h.
Referenced by bind_store_ego(), callback_ego_create(), clear_ego_store(), init_ego_store(), and unbind_store_ego().
struct GNUNET_MESSENGER_EgoLookup* GNUNET_MESSENGER_EgoStore::lu_start |
Definition at line 79 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_lookup(), clear_ego_store(), init_ego_store(), and lookup_store_ego().
struct GNUNET_MESSENGER_EgoLookup* GNUNET_MESSENGER_EgoStore::lu_end |
Definition at line 80 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_lookup(), clear_ego_store(), init_ego_store(), and lookup_store_ego().
struct GNUNET_MESSENGER_EgoOperation* GNUNET_MESSENGER_EgoStore::op_start |
Definition at line 82 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_create(), callback_ego_delete(), callback_ego_rename(), clear_ego_store(), create_store_ego(), init_ego_store(), rename_store_ego(), and renew_store_ego().
struct GNUNET_MESSENGER_EgoOperation* GNUNET_MESSENGER_EgoStore::op_end |
Definition at line 83 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_create(), callback_ego_delete(), callback_ego_rename(), clear_ego_store(), create_store_ego(), init_ego_store(), rename_store_ego(), and renew_store_ego().