Data Fields | |
struct GNUNET_MESSENGER_EgoLookup * | prev |
struct GNUNET_MESSENGER_EgoLookup * | next |
struct GNUNET_IDENTITY_EgoLookup * | lookup |
struct GNUNET_MESSENGER_EgoStore * | store |
GNUNET_MESSENGER_EgoLookupCallback | cb |
void * | cls |
char * | identifier |
Definition at line 42 of file gnunet-service-messenger_ego_store.h.
struct GNUNET_MESSENGER_EgoLookup* GNUNET_MESSENGER_EgoLookup::prev |
Definition at line 44 of file gnunet-service-messenger_ego_store.h.
struct GNUNET_MESSENGER_EgoLookup* GNUNET_MESSENGER_EgoLookup::next |
Definition at line 45 of file gnunet-service-messenger_ego_store.h.
struct GNUNET_IDENTITY_EgoLookup* GNUNET_MESSENGER_EgoLookup::lookup |
Definition at line 47 of file gnunet-service-messenger_ego_store.h.
Referenced by clear_ego_store(), and lookup_store_ego().
struct GNUNET_MESSENGER_EgoStore* GNUNET_MESSENGER_EgoLookup::store |
Definition at line 49 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_lookup(), clear_ego_store(), and lookup_store_ego().
GNUNET_MESSENGER_EgoLookupCallback GNUNET_MESSENGER_EgoLookup::cb |
Definition at line 51 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_lookup(), and lookup_store_ego().
void* GNUNET_MESSENGER_EgoLookup::cls |
Definition at line 52 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_lookup(), and lookup_store_ego().
char* GNUNET_MESSENGER_EgoLookup::identifier |
Definition at line 54 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_lookup(), clear_ego_store(), and lookup_store_ego().