Reply to a CadetQueryMessage. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/fs/gnunet-service-fs_cadet.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_FS_CADET_REPLY. More... | |
uint32_t | type |
Block type must be DBLOCK or IBLOCK. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration |
Expiration time for the block. More... | |
Reply to a CadetQueryMessage.
Definition at line 145 of file gnunet-service-fs_cadet.h.
struct GNUNET_MessageHeader CadetReplyMessage::header |
Type is GNUNET_MESSAGE_TYPE_FS_CADET_REPLY.
Definition at line 150 of file gnunet-service-fs_cadet.h.
Referenced by handle_reply().
uint32_t CadetReplyMessage::type |
Block type must be DBLOCK or IBLOCK.
Definition at line 155 of file gnunet-service-fs_cadet.h.
Referenced by handle_datastore_reply(), and handle_reply().
struct GNUNET_TIME_AbsoluteNBO CadetReplyMessage::expiration |
Expiration time for the block.
Definition at line 160 of file gnunet-service-fs_cadet.h.
Referenced by handle_datastore_reply(), and handle_reply().