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. | ||
Option for set operations.
Definition at line 254 of file gnunet_set_service.h.
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().
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 { ... } GNUNET_SET_Option::v |
Value for the option, only used with some options.
Referenced by GNUNET_SET_prepare().