GNUnet 0.21.1
GNUNET_SETU_ElementMessage Struct Reference

Message sent by client to the service to add an element to the set. More...

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

Collaboration diagram for GNUNET_SETU_ElementMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SETU_ADD. 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 an element to the set.

Definition at line 325 of file setu.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SETU_ElementMessage::header

◆ element_type

uint16_t GNUNET_SETU_ElementMessage::element_type

◆ reserved

uint16_t GNUNET_SETU_ElementMessage::reserved

For alignment, always zero.

Definition at line 340 of file setu.h.

Referenced by handle_union_p2p_demand().


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