LXC
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
lxc_snapshot Struct Reference

An LXC container snapshot. More...

#include <lxccontainer.h>

Data Fields

char * name
 
char * comment_pathname
 
char * timestamp
 
char * lxcpath
 
void(* free )(struct lxc_snapshot *s)
 De-allocate the snapshot. More...
 

Detailed Description

An LXC container snapshot.

Field Documentation

char* lxc_snapshot::comment_pathname

Full path to snapshots comment file (may be NULL)

void(* lxc_snapshot::free)(struct lxc_snapshot *s)

De-allocate the snapshot.

Parameters
ssnapshot.
char* lxc_snapshot::lxcpath

Full path to LXCPATH for snapshot

char* lxc_snapshot::name

Name of snapshot

char* lxc_snapshot::timestamp

Time snapshot was created


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