GNUnet 0.21.1
GNUNET_SET_IterResponseMessage Struct Reference

Set element transmitted by service to client in response to a set iteration request. More...

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

Collaboration diagram for GNUNET_SET_IterResponseMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SET_ITER_ELEMENT. More...
 
uint16_t iteration_id
 To which set iteration does this response belong to? First iteration (per client) has counter zero. More...
 
uint16_t element_type
 Type of the element attached to the message, if any. More...
 

Detailed Description

Set element transmitted by service to client in response to a set iteration request.

Definition at line 324 of file set.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SET_IterResponseMessage::header

Type: GNUNET_MESSAGE_TYPE_SET_ITER_ELEMENT.

Definition at line 329 of file set.h.

◆ iteration_id

uint16_t GNUNET_SET_IterResponseMessage::iteration_id

To which set iteration does this response belong to? First iteration (per client) has counter zero.

Wraps around.

Definition at line 335 of file set.h.

◆ element_type

uint16_t GNUNET_SET_IterResponseMessage::element_type

Type of the element attached to the message, if any.

Definition at line 341 of file set.h.


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