Option for set operations. More...
#include <gnunet_seti_service.h>
Data Fields | |
enum GNUNET_SETI_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 156 of file gnunet_seti_service.h.
enum GNUNET_SETI_OptionType GNUNET_SETI_Option::type |
Type of the option.
Definition at line 128 of file gnunet_seti_service.h.
Referenced by gnunet_testing.Condition::__init__(), gnunet_testing.Condition::evaluate(), and gnunet_testing.FileExistCondition::evaluate().
uint64_t GNUNET_SETI_Option::num |
Definition at line 168 of file gnunet_seti_service.h.
union { ... } GNUNET_SETI_Option::v |
Value for the option, only used with some options.