DAOS API (v2.1 - dev)
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 488 of file daos_task.h.

Field Documentation

◆ anchor

daos_anchor_t* anchor

Hash anchor for the next call.

Definition at line 501 of file daos_task.h.

◆ coh

Container open handle.

Definition at line 490 of file daos_task.h.

◆ epochs

daos_epoch_t* epochs

preallocated array of epochs to store snapshots.

Definition at line 497 of file daos_task.h.

◆ names

char** names

preallocated array of names of the snapshots.

Definition at line 499 of file daos_task.h.

◆ nr

int* nr

[in]: Number of snapshots in epochs and names. [out]: Actual number of snapshots returned

Definition at line 495 of file daos_task.h.


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