GNUnet 0.21.1
CadetQueryMessage Struct Reference

Query from one peer, asking the other for CHK-data. More...

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

Collaboration diagram for CadetQueryMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_FS_CADET_QUERY. More...
 
uint32_t type
 Block type must be DBLOCK or IBLOCK. More...
 
struct GNUNET_HashCode query
 Query hash from CHK (hash of encrypted block). More...
 

Detailed Description

Query from one peer, asking the other for CHK-data.

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

Field Documentation

◆ header

struct GNUNET_MessageHeader CadetQueryMessage::header

Type is GNUNET_MESSAGE_TYPE_FS_CADET_QUERY.

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

◆ type

uint32_t CadetQueryMessage::type

Block type must be DBLOCK or IBLOCK.

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

Referenced by handle_request(), and transmit_pending().

◆ query

struct GNUNET_HashCode CadetQueryMessage::query

Query hash from CHK (hash of encrypted block).

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

Referenced by gnunet-chk.Chk::__init__(), handle_request(), transmit_pending(), and gnunet-chk.Chk::uri().


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