GNUnet 0.21.1
AttributeIterationStartMessage Struct Reference

Start a attribute iteration for the given identity. More...

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

Collaboration diagram for AttributeIterationStartMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Message. More...
 
uint32_t id
 Unique identifier for this request (for key collisions). More...
 
uint16_t reserved
 Reserved (alignment) More...
 
uint16_t key_len
 The length of the private key. More...
 

Detailed Description

Start a attribute iteration for the given identity.

Definition at line 201 of file reclaim.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader AttributeIterationStartMessage::header

Message.

Definition at line 206 of file reclaim.h.

Referenced by check_iteration_start().

◆ id

uint32_t AttributeIterationStartMessage::id

Unique identifier for this request (for key collisions).

Definition at line 211 of file reclaim.h.

Referenced by handle_iteration_start().

◆ reserved

uint16_t AttributeIterationStartMessage::reserved

Reserved (alignment)

Definition at line 216 of file reclaim.h.

◆ key_len

uint16_t AttributeIterationStartMessage::key_len

The length of the private key.

Definition at line 221 of file reclaim.h.

Referenced by check_iteration_start(), GNUNET_RECLAIM_get_attributes_start(), and handle_iteration_start().


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