aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-11-19 22:39:11 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-11-19 22:39:11 +0200
commitae194ce922bff039e9003f1e84d44132aab63c3e (patch)
tree020a24e010ee9d73e251396dac415748e545180d /src/eclat.h
parent962330ecbabd621de10aa7858d8034dabf0b1d36 (diff)
downloadeclat-ae194ce922bff039e9003f1e84d44132aab63c3e.tar.gz
eclat-ae194ce922bff039e9003f1e84d44132aab63c3e.tar.bz2
Restore missing translation maps
Diffstat (limited to 'src/eclat.h')
-rw-r--r--src/eclat.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/eclat.h b/src/eclat.h
index fcd9f13..5a067f4 100644
--- a/src/eclat.h
+++ b/src/eclat.h
@@ -255,16 +255,18 @@ char *read_file(const char *file);
int get_scr_cols(void);
-#define MAP_IMAGE "ImageId"
-#define MAP_INSTANCE "InstanceId"
-#define MAP_GROUPID "GroupId"
-#define MAP_GROUPNAME "GroupName"
-#define MAP_SNAPSHOT "SnapshotId"
-#define MAP_VOLUME "VolumeId"
-#define MAP_AZ "AZ"
-#define MAP_REG "reg"
-#define MAP_VPC "VpcId"
-#define MAP_IGW "InternetGatewayId"
+#define MAP_IMAGE "ImageId"
+#define MAP_INSTANCE "InstanceId"
+#define MAP_GROUPID "GroupId"
+#define MAP_GROUPNAME "GroupName"
+#define MAP_SNAPSHOT "SnapshotId"
+#define MAP_VOLUME "VolumeId"
+#define MAP_AZ "AZ"
+#define MAP_REG "reg"
+#define MAP_VPC "VpcId"
+#define MAP_IGW "InternetGatewayId"
+#define MAP_SUBNET "SubnetId"
+#define MAP_ROUTE_TABLE "RouteTableId"
void translate_ids(int argc, char **argv, const char *map);
void translate_resource_ids(int argc, char **argv);

Return to:

Send suggestions and report system problems to the System administrator.