Message from datastore service informing client about the success or failure of a requested operation. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/datastore/datastore.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_DATASTORE_STATUS. More... | |
int32_t | status |
Status code, -1 for errors. More... | |
struct GNUNET_TIME_AbsoluteNBO | min_expiration |
Minimum expiration time required for content to be stored by the datacache at this time, zero for unknown or no limit. More... | |
Message from datastore service informing client about the success or failure of a requested operation.
This header is optionally followed by a variable-size, 0-terminated error message.
Definition at line 64 of file datastore.h.
struct GNUNET_MessageHeader StatusMessage::header |
Type is GNUNET_MESSAGE_TYPE_DATASTORE_STATUS.
Definition at line 69 of file datastore.h.
Referenced by check_status(), and handle_status().
int32_t StatusMessage::status |
Status code, -1 for errors.
Definition at line 74 of file datastore.h.
Referenced by check_status(), handle_status(), and transmit_status().
struct GNUNET_TIME_AbsoluteNBO StatusMessage::min_expiration |
Minimum expiration time required for content to be stored by the datacache at this time, zero for unknown or no limit.
Definition at line 80 of file datastore.h.
Referenced by handle_status(), and transmit_status().