aboutsummaryrefslogtreecommitdiff
path: root/lib/libeclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-23 22:39:55 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-23 22:52:39 +0300
commitafc70c70f2f078d18964c81a98dfb5d4ef519ec3 (patch)
tree24c666c5b2d7052618066d299133b1fce809f870 /lib/libeclat.h
parent242c88381ec13fb81a5b36f50c19bf4fc3881dd6 (diff)
downloadeclat-afc70c70f2f078d18964c81a98dfb5d4ef519ec3.tar.gz
eclat-afc70c70f2f078d18964c81a98dfb5d4ef519ec3.tar.bz2
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
Diffstat (limited to 'lib/libeclat.h')
-rw-r--r--lib/libeclat.h2
1 files changed, 1 insertions, 1 deletions
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

Return to:

Send suggestions and report system problems to the System administrator.