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 194 of file daos_types.h.
uint32_t tl_nr |
number of ranks & tgts
Definition at line 200 of file daos_types.h.
d_rank_t* tl_ranks |
array of ranks
Definition at line 196 of file daos_types.h.
int32_t* tl_tgts |
array of targets
Definition at line 198 of file daos_types.h.