DAOS API (v2.1 - dev)
|
#include <daos_task.h>
Data Fields | |
daos_handle_t | poh |
uuid_t | uuid |
unsigned int | flags |
daos_handle_t * | coh |
daos_cont_info_t * | info |
const char * | cont |
Container open by cont arg (label or UUID string)
Definition at line 327 of file daos_task.h.
daos_handle_t* coh |
Returned container open handle.
Definition at line 338 of file daos_task.h.
const char* cont |
Container (UUID string or label) to open, API v1.3.0
Definition at line 342 of file daos_task.h.
unsigned int flags |
Open mode, represented by the DAOS_COO_ bits.
Definition at line 336 of file daos_task.h.
daos_cont_info_t* info |
Optional, return container information.
Definition at line 340 of file daos_task.h.
daos_handle_t poh |
Pool open handle.
Definition at line 329 of file daos_task.h.
uuid_t uuid |
Deprecated, container UUID replaced by UUID string or label via the cont arg at the end of this structure.
Definition at line 334 of file daos_task.h.