DAOS API (v2.1 - dev)
|
#include <daos_task.h>
Data Fields | |
daos_handle_t | coh |
int * | nr |
daos_epoch_t * | epochs |
char ** | names |
daos_anchor_t * | anchor |
Container snapshot listing args
Definition at line 504 of file daos_task.h.
daos_anchor_t* anchor |
Hash anchor for the next call.
Definition at line 517 of file daos_task.h.
daos_handle_t coh |
Container open handle.
Definition at line 506 of file daos_task.h.
daos_epoch_t* epochs |
preallocated array of epochs to store snapshots.
Definition at line 513 of file daos_task.h.
char** names |
preallocated array of names of the snapshots.
Definition at line 515 of file daos_task.h.
int* nr |
[in]: Number of snapshots in epochs and names. [out]: Actual number of snapshots returned
Definition at line 511 of file daos_task.h.