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

#include <daos_task.h>

Data Fields

daos_handle_t coh
 
daos_size_t num_oids
 
uint64_t * oid
 

Detailed Description

Container Object ID allocation args

Definition at line 494 of file daos_task.h.

Field Documentation

◆ coh

Container open handle.

Definition at line 496 of file daos_task.h.

◆ num_oids

daos_size_t num_oids

Number of unique IDs requested.

Definition at line 498 of file daos_task.h.

◆ oid

uint64_t* oid

starting oid that was allocated up to oid + num_oids.

Definition at line 500 of file daos_task.h.


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