aboutsummaryrefslogtreecommitdiff
path: root/lib/libeclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-11-19 00:17:50 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-11-19 00:17:50 +0200
commit1473a4487450b8c82f1774845dc8dbe94d5b61e1 (patch)
treef1e3d7624381ce6a50d577563cdd56f7b19c287c /lib/libeclat.h
parented8a63afa3482a2036fd134e056a446a408b6357 (diff)
downloadeclat-1473a4487450b8c82f1774845dc8dbe94d5b61e1.tar.gz
eclat-1473a4487450b8c82f1774845dc8dbe94d5b61e1.tar.bz2
Implement subnet commands
New commands: mksubnet, rmsubnet, lssubnet, setsubnetattr. * TODO: Update. * lib/libeclat.h (EC2_API_VERSION): Update. * src/Makefile.am: Add subnet.c. * src/subnet.c: New file. * src/eclat.c (cmdtab): Register new commands. * src/eclat.h: Add new prototypes.
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 770fb7d..b865e00 100644
--- a/lib/libeclat.h
+++ b/lib/libeclat.h
@@ -83,7 +83,7 @@ struct ec2_param {
int encoded;
};
-#define EC2_API_VERSION "2013-02-01"
+#define EC2_API_VERSION "2014-06-15"
#define EC2_RF_HTTPS 0x01
#define EC2_RF_POST 0x02

Return to:

Send suggestions and report system problems to the System administrator.