Data Fields | |
enum GNUNET_MESSENGER_OperationType | type |
struct GNUNET_HashCode | hash |
struct GNUNET_TIME_Absolute | timestamp |
struct GNUNET_MESSENGER_OperationStore * | store |
struct GNUNET_SCHEDULER_Task * | task |
Definition at line 44 of file gnunet-service-messenger_operation.h.
enum GNUNET_MESSENGER_OperationType GNUNET_MESSENGER_Operation::type |
Definition at line 46 of file gnunet-service-messenger_operation.h.
struct GNUNET_HashCode GNUNET_MESSENGER_Operation::hash |
Definition at line 48 of file gnunet-service-messenger_operation.h.
Referenced by cancel_store_operation(), create_operation(), get_store_operation_type(), and use_store_operation().
struct GNUNET_TIME_Absolute GNUNET_MESSENGER_Operation::timestamp |
Definition at line 49 of file gnunet-service-messenger_operation.h.
struct GNUNET_MESSENGER_OperationStore* GNUNET_MESSENGER_Operation::store |
Definition at line 51 of file gnunet-service-messenger_operation.h.
Referenced by callback_scan_for_operations(), cancel_store_operation(), clear_operation_store(), get_store_operation_type(), load_operation(), load_operation_store(), save_operation_store(), and use_store_operation().
struct GNUNET_SCHEDULER_Task* GNUNET_MESSENGER_Operation::task |
Definition at line 52 of file gnunet-service-messenger_operation.h.