GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
union { 
 
   uint64_t   num 
 
v 
 Value for the option, only used with some options.
 

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(), set_listen_cb(), and task_start_reconcile().

◆ [union]

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: