GNUnet 0.21.1
GNUNET_SET_ElementMessage Struct Reference

Message sent by client to the service to add or remove an element to/from the set. More...

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

Collaboration diagram for GNUNET_SET_ElementMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SET_ADD or GNUNET_MESSAGE_TYPE_SET_REMOVE. More...
 
uint16_t element_type
 Type of the element to add or remove. More...
 
uint16_t reserved
 For alignment, always zero. More...
 

Detailed Description

Message sent by client to the service to add or remove an element to/from the set.

Definition at line 280 of file set.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SET_ElementMessage::header

◆ element_type

uint16_t GNUNET_SET_ElementMessage::element_type

◆ reserved

uint16_t GNUNET_SET_ElementMessage::reserved

For alignment, always zero.

Definition at line 296 of file set.h.

Referenced by handle_union_p2p_demand().


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