![]() |
DAOS API (v2.0)
|
Data Fields | ||
uint32_t | dpe_type | |
uint32_t | dpe_reserv | |
union { | ||
uint64_t dpe_val | ||
d_string_t dpe_str | ||
void * dpe_val_ptr | ||
}; | ||
Definition at line 343 of file daos_prop.h.
union { ... } |
value can be either a uint64_t, or a string, or any other type data such as the struct daos_acl pointer.
uint32_t dpe_reserv |
reserved for future usage (for 64 bits alignment now)
Definition at line 347 of file daos_prop.h.
d_string_t dpe_str |
Definition at line 354 of file daos_prop.h.
uint32_t dpe_type |
property type, see enum daos_pool_props/daos_cont_props
Definition at line 345 of file daos_prop.h.
uint64_t dpe_val |
Definition at line 353 of file daos_prop.h.
void* dpe_val_ptr |
Definition at line 355 of file daos_prop.h.