Response from FS service with a result for a previous FS search. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/fs/fs.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message type will be GNUNET_MESSAGE_TYPE_FS_PUT. More... | |
uint32_t | type |
Type of the block (in big endian). More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration |
When does this result expire? More... | |
Response from FS service with a result for a previous FS search.
Note that queries for DBLOCKS and IBLOCKS that have received a single response are considered done. This message is transmitted between peers.
struct GNUNET_MessageHeader PutMessage::header |
Message type will be GNUNET_MESSAGE_TYPE_FS_PUT.
Definition at line 334 of file fs.h.
Referenced by handle_p2p_put().
uint32_t PutMessage::type |
Type of the block (in big endian).
Should never be zero.
Definition at line 339 of file fs.h.
Referenced by check_p2p_put(), and handle_p2p_put().
struct GNUNET_TIME_AbsoluteNBO PutMessage::expiration |