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... | |
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().
union { ... } GNUNET_SET_Option::v |
Value for the option, only used with some options.
Referenced by GNUNET_SET_prepare().