GNUnet 0.21.1
CadetReplyMessage Struct Reference

Reply to a CadetQueryMessage. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/fs/gnunet-service-fs_cadet.h>

Collaboration diagram for CadetReplyMessage:
[legend]

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

Detailed Description

Reply to a CadetQueryMessage.

Definition at line 145 of file gnunet-service-fs_cadet.h.

Field Documentation

◆ header

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

◆ type

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

◆ expiration

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


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