From afc70c70f2f078d18964c81a98dfb5d4ef519ec3 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 23 Apr 2013 22:39:55 +0300 Subject: Implement copy-image and copy-snapshot. * TODO: Update. * lib/libeclat.h (EC2_API_VERSION): Update. * src/Makefile.am: Add new file. * src/cpimg-cl.opt: New file. * src/cpimg.c: New file. * src/cpsnap-cl.opt: New file. * src/cpsnap.c: New file. * src/eclat.c (cmdtab): Add new commands. * src/eclat.h (eclat_copy_image) (eclat_copy_snapshot): New protos. * etc/copy-snapshot.fln: New file. * etc/copy-image.fln: New file. * etc/Makefile.am (FLNFILES): Add copy-image.fln --- lib/libeclat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libeclat.h') diff --git a/lib/libeclat.h b/lib/libeclat.h index 7c0d2fb..733a46d 100644 --- a/lib/libeclat.h +++ b/lib/libeclat.h @@ -68,7 +68,7 @@ struct ec2_param { char *value; }; -#define EC2_API_VERSION "2012-08-15" +#define EC2_API_VERSION "2013-02-01" #define EC2_QF_HTTPS 0x01 #define EC2_QF_POST 0x02 -- cgit v1.2.1