DAOS API (v2.1 - dev)
Loading...
Searching...
No Matches
daos_prop_entry Struct Reference

#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 
 
};  
 

Detailed Description

daos property entry

Definition at line 520 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_flags

uint16_t dpe_flags

property flags, eg negative entry

Definition at line 524 of file daos_prop.h.

◆ dpe_reserv

uint16_t dpe_reserv

reserved for future usage (for 64 bits alignment now)

Definition at line 526 of file daos_prop.h.

◆ dpe_str

d_string_t dpe_str

Definition at line 533 of file daos_prop.h.

◆ dpe_type

uint32_t dpe_type

property type, see enum daos_pool_props/daos_cont_props

Definition at line 522 of file daos_prop.h.

◆ dpe_val

uint64_t dpe_val

Definition at line 532 of file daos_prop.h.

◆ dpe_val_ptr

void* dpe_val_ptr

Definition at line 534 of file daos_prop.h.


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