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

#include <daos_task.h>

Data Fields

daos_handle_t poh
 
int n
 
char const *const * names
 
void *const * values
 
size_t * sizes
 

Detailed Description

pool get attributes args

Definition at line 246 of file daos_task.h.

Field Documentation

◆ n

int n

Number of attributes.

Definition at line 250 of file daos_task.h.

◆ names

char const* const* names

Array of n null-terminated attribute names.

Definition at line 252 of file daos_task.h.

◆ poh

Pool open handle.

Definition at line 248 of file daos_task.h.

◆ sizes

size_t* sizes

[in]: Array of n buf sizes. [out]: Array of actual sizes.

Definition at line 256 of file daos_task.h.

◆ values

void* const* values

Array of n buffers to store attribute values.

Definition at line 254 of file daos_task.h.


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