GNUnet 0.21.2
PutMessage Struct Reference

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>

Collaboration diagram for PutMessage:
[legend]

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...
 

Detailed Description

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.

Definition at line 329 of file fs.h.

Field Documentation

◆ header

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().

◆ type

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().

◆ expiration

struct GNUNET_TIME_AbsoluteNBO PutMessage::expiration

When does this result expire?

Definition at line 344 of file fs.h.

Referenced by handle_p2p_put().


The documentation for this struct was generated from the following file: