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

#include <daos_types.h>

Data Fields

uint64_t lo
 
uint64_t hi
 

Detailed Description

ID of an object, 128 bits The high 32-bit of daos_obj_id_t::hi are reserved for DAOS, the rest is provided by the user and assumed to be unique inside a container.

See daos_obj.h for more details It is put here because it's almost used by everyone.

Definition at line 222 of file daos_types.h.

Field Documentation

◆ hi

uint64_t hi

most significant (high) bits of object ID

Definition at line 226 of file daos_types.h.

◆ lo

uint64_t lo

least significant (low) bits of object ID

Definition at line 224 of file daos_types.h.


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