DAOS API (v2.0)
Loading...
Searching...
No Matches
daos_prop_entry Struct Reference

Data Fields

uint32_t dpe_type
 
uint32_t dpe_reserv
 
union { 
 
   uint64_t   dpe_val 
 
   d_string_t   dpe_str 
 
   void *   dpe_val_ptr 
 
};  
 

Detailed Description

Definition at line 343 of file daos_prop.h.

Field Documentation

◆ [union]

union { ... }

value can be either a uint64_t, or a string, or any other type data such as the struct daos_acl pointer.

◆ dpe_reserv

uint32_t dpe_reserv

reserved for future usage (for 64 bits alignment now)

Definition at line 347 of file daos_prop.h.

◆ dpe_str

d_string_t dpe_str

Definition at line 354 of file daos_prop.h.

◆ dpe_type

uint32_t dpe_type

property type, see enum daos_pool_props/daos_cont_props

Definition at line 345 of file daos_prop.h.

◆ dpe_val

uint64_t dpe_val

Definition at line 353 of file daos_prop.h.

◆ dpe_val_ptr

void* dpe_val_ptr

Definition at line 355 of file daos_prop.h.


The documentation for this struct was generated from the following file: