![]() |
GNUnet
0.11.x
|
Response from FS service with a result for a previous FS search. More...
#include </home/handbook/gnunet/src/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 333 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 338 of file fs.h.
Referenced by check_p2p_put(), handle_p2p_put(), handle_p2p_reply(), and transmit_content().
struct GNUNET_TIME_AbsoluteNBO PutMessage::expiration |
When does this result expire?
Definition at line 343 of file fs.h.
Referenced by handle_p2p_put(), handle_p2p_reply(), and transmit_content().