DAOS API (v2.0)
Loading...
Searching...
No Matches
daos_cont_list_snap_t Struct Reference

#include <daos_task.h>

Data Fields

daos_handle_t coh
 
int * nr
 
daos_epoch_t * epochs
 
char ** names
 
daos_anchor_tanchor
 

Detailed Description

Container snapshot listing args

Definition at line 468 of file daos_task.h.

Field Documentation

◆ anchor

daos_anchor_t* anchor

Hash anchor for the next call.

Definition at line 481 of file daos_task.h.

◆ coh

Container open handle.

Definition at line 470 of file daos_task.h.

◆ epochs

daos_epoch_t* epochs

preallocated array of epochs to store snapshots.

Definition at line 477 of file daos_task.h.

◆ names

char** names

preallocated array of names of the snapshots.

Definition at line 479 of file daos_task.h.

◆ nr

int* nr

Definition at line 475 of file daos_task.h.


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