GNUnet 0.21.1
GNUNET_SET_Option Struct Reference

Option for set operations. More...

#include <gnunet_set_service.h>

Data Fields

enum GNUNET_SET_OptionType type
 Type of the option. More...
 
union {
   uint64_t   num
 
v
 Value for the option, only used with some options. More...
 

Detailed Description

Option for set operations.

Definition at line 254 of file gnunet_set_service.h.

Field Documentation

◆ type

enum GNUNET_SET_OptionType GNUNET_SET_Option::type

Type of the option.

Definition at line 259 of file gnunet_set_service.h.

Referenced by GNUNET_SET_prepare().

◆ num

uint64_t GNUNET_SET_Option::num

Definition at line 266 of file gnunet_set_service.h.

Referenced by GNUNET_SET_prepare().

◆ 

union { ... } GNUNET_SET_Option::v

Value for the option, only used with some options.

Referenced by GNUNET_SET_prepare().


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