Data Fields | |
struct GNUNET_MESSENGER_EgoOperation * | prev |
struct GNUNET_MESSENGER_EgoOperation * | next |
struct GNUNET_IDENTITY_Operation * | operation |
struct GNUNET_MESSENGER_EgoStore * | store |
void * | cls |
char * | identifier |
Definition at line 57 of file gnunet-service-messenger_ego_store.h.
struct GNUNET_MESSENGER_EgoOperation* GNUNET_MESSENGER_EgoOperation::prev |
Definition at line 59 of file gnunet-service-messenger_ego_store.h.
struct GNUNET_MESSENGER_EgoOperation* GNUNET_MESSENGER_EgoOperation::next |
Definition at line 60 of file gnunet-service-messenger_ego_store.h.
struct GNUNET_IDENTITY_Operation* GNUNET_MESSENGER_EgoOperation::operation |
Definition at line 62 of file gnunet-service-messenger_ego_store.h.
Referenced by create_store_ego(), rename_store_ego(), and renew_store_ego().
struct GNUNET_MESSENGER_EgoStore* GNUNET_MESSENGER_EgoOperation::store |
Definition at line 64 of file gnunet-service-messenger_ego_store.h.
Referenced by bind_store_ego(), callback_ego_create(), callback_ego_delete(), callback_ego_rename(), clear_ego_store(), create_store_ego(), rename_store_ego(), and renew_store_ego().
void* GNUNET_MESSENGER_EgoOperation::cls |
Definition at line 66 of file gnunet-service-messenger_ego_store.h.
Referenced by callback_ego_create(), callback_ego_delete(), callback_ego_rename(), create_store_ego(), rename_store_ego(), and renew_store_ego().
char* GNUNET_MESSENGER_EgoOperation::identifier |
Definition at line 68 of file gnunet-service-messenger_ego_store.h.
Referenced by bind_store_ego(), callback_ego_create(), callback_ego_delete(), callback_ego_rename(), create_store_ego(), rename_store_ego(), and renew_store_ego().