GNUnet 0.21.1
GetZeroAnonymityMessage Struct Reference

Message to the datastore service asking about zero anonymity content. More...

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

Collaboration diagram for GetZeroAnonymityMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_DATASTORE_GET_ZERO_ANONYMITY. More...
 
uint32_t type
 Desired content type (actually an enum GNUNET_BLOCK_Type) More...
 
uint64_t next_uid
 UID at which to start the search. More...
 

Detailed Description

Message to the datastore service asking about zero anonymity content.

Definition at line 168 of file datastore.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GetZeroAnonymityMessage::header

Type is GNUNET_MESSAGE_TYPE_DATASTORE_GET_ZERO_ANONYMITY.

Definition at line 173 of file datastore.h.

◆ type

uint32_t GetZeroAnonymityMessage::type

Desired content type (actually an enum GNUNET_BLOCK_Type)

Definition at line 178 of file datastore.h.

◆ next_uid

uint64_t GetZeroAnonymityMessage::next_uid

UID at which to start the search.

Definition at line 183 of file datastore.h.


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