DAOS API (v2.1 - dev)
|
#include <daos_types.h>
Data Fields | |
uint64_t | lo |
uint64_t | hi |
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 230 of file daos_types.h.
uint64_t hi |
most significant (high) bits of object ID
Definition at line 234 of file daos_types.h.
uint64_t lo |
least significant (low) bits of object ID
Definition at line 232 of file daos_types.h.