~ubuntu-branches/ubuntu/lucid/vzctl/lucid

« back to all changes in this revision

Viewing changes to include/cpt.h

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2007-04-10 18:08:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070410180816-0uuzj9fnna7gmzxv
Tags: 3.0.16-4
Etch has been released which means that this version can be uploaded
to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#define CMD_RESUME              11
16
16
 
17
17
 
18
 
#define DEF_DUMPFILE    "Dump.%d"
 
18
#define DEF_DUMPFILE    "Dump.%d"
19
19
 
20
20
typedef struct {
21
21
        char *dumpdir;
32
32
int vps_chkpnt(vps_handler *h, envid_t veid, struct vps_param *vps_p, int cmd,
33
33
        cpt_param *param);
34
34
int vps_restore(vps_handler *h, envid_t veid, struct vps_param *vps_p, int cmd,
35
 
        cpt_param *param);
 
35
        cpt_param *param);
36
36
 
37
37
#endif