![]() |
DAOS API (v2.1 - dev)
|
#include <daos_prop.h>
Data Fields | |
| uint32_t | dpe_type |
| uint16_t | dpe_flags |
| uint16_t | dpe_reserv |
| union { | |
| uint64_t dpe_val | |
| d_string_t dpe_str | |
| void * dpe_val_ptr | |
| }; | |
daos property entry
Definition at line 545 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.
| uint16_t dpe_flags |
property flags, eg negative entry
Definition at line 549 of file daos_prop.h.
| uint16_t dpe_reserv |
reserved for future usage (for 64 bits alignment now)
Definition at line 551 of file daos_prop.h.
| d_string_t dpe_str |
Definition at line 558 of file daos_prop.h.
| uint32_t dpe_type |
property type, see enum daos_pool_props/daos_cont_props
Definition at line 547 of file daos_prop.h.
| uint64_t dpe_val |
Definition at line 557 of file daos_prop.h.
| void* dpe_val_ptr |
Definition at line 559 of file daos_prop.h.