GNUnet 0.21.1
GNUNET_SET_IterAckMessage Struct Reference

Client acknowledges receiving element in iteration. More...

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

Collaboration diagram for GNUNET_SET_IterAckMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SET_ITER_ACK. More...
 
uint32_t send_more
 Non-zero if the service should continue sending elements. More...
 

Detailed Description

Client acknowledges receiving element in iteration.

Definition at line 350 of file set.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SET_IterAckMessage::header

Type: GNUNET_MESSAGE_TYPE_SET_ITER_ACK.

Definition at line 355 of file set.h.

◆ send_more

uint32_t GNUNET_SET_IterAckMessage::send_more

Non-zero if the service should continue sending elements.

Definition at line 360 of file set.h.

Referenced by handle_client_iter_ack(), and handle_iter_element().


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