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

#include <daos_types.h>

Data Fields

d_rank_t * tl_ranks
 
int32_t * tl_tgts
 
uint32_t tl_nr
 

Detailed Description

Pool target list, each target is identified by rank & target index within the rank

Definition at line 186 of file daos_types.h.

Field Documentation

◆ tl_nr

uint32_t tl_nr

number of ranks & tgts

Definition at line 192 of file daos_types.h.

◆ tl_ranks

d_rank_t* tl_ranks

array of ranks

Definition at line 188 of file daos_types.h.

◆ tl_tgts

int32_t* tl_tgts

array of targets

Definition at line 190 of file daos_types.h.


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