DAOS API (v2.1 - dev)
|
#include <daos_types.h>
Data Fields | |
d_rank_t * | tl_ranks |
int32_t * | tl_tgts |
uint32_t | tl_nr |
Pool target list, each target is identified by rank & target index within the rank
Definition at line 186 of file daos_types.h.
uint32_t tl_nr |
number of ranks & tgts
Definition at line 192 of file daos_types.h.
d_rank_t* tl_ranks |
array of ranks
Definition at line 188 of file daos_types.h.
int32_t* tl_tgts |
array of targets
Definition at line 190 of file daos_types.h.