GNUnet 0.21.1
GNUNET_SETI_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/seti/seti.h>

Collaboration diagram for GNUNET_SETI_ElementMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SETI_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 226 of file seti.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SETI_ElementMessage::header

Type: GNUNET_MESSAGE_TYPE_SETI_ADD.

Definition at line 231 of file seti.h.

◆ element_type

uint16_t GNUNET_SETI_ElementMessage::element_type

Type of the element to add or remove.

Definition at line 236 of file seti.h.

◆ reserved

uint16_t GNUNET_SETI_ElementMessage::reserved

For alignment, always zero.

Definition at line 241 of file seti.h.


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