GNUnet 0.21.1
GNUNET_SET_CreateMessage Struct Reference

Message sent by the client to the service to ask starting a new set to perform operations with. More...

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

Collaboration diagram for GNUNET_SET_CreateMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SET_CREATE. More...
 
uint32_t operation
 Operation type, values of enum GNUNET_SET_OperationType More...
 

Detailed Description

Message sent by the client to the service to ask starting a new set to perform operations with.

Includes the desired set operation type.

Definition at line 40 of file set.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_SET_CreateMessage::header

Type: GNUNET_MESSAGE_TYPE_SET_CREATE.

Definition at line 45 of file set.h.

◆ operation

uint32_t GNUNET_SET_CreateMessage::operation

Operation type, values of enum GNUNET_SET_OperationType

Definition at line 50 of file set.h.

Referenced by create_internal().


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