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

#include <daos_task.h>

Data Fields

daos_handle_t coh
 
unsigned int opts
 
daos_epoch_t * epoch
 
char * name
 

Detailed Description

Container snapshot creation args

Definition at line 521 of file daos_task.h.

Field Documentation

◆ coh

Container open handle.

Definition at line 523 of file daos_task.h.

◆ epoch

daos_epoch_t* epoch

Returned epoch of persistent snapshot taken.

Definition at line 527 of file daos_task.h.

◆ name

char* name

Optional null terminated name for snapshot.

Definition at line 529 of file daos_task.h.

◆ opts

unsigned int opts

bit flags, see enum daos_snapshot_opts

Definition at line 525 of file daos_task.h.


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