aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-12-15 00:03:30 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-12-15 00:03:30 +0200
commit2116e1ef1cd5597e23f785e84d67d8fea5537475 (patch)
tree6b9b8c33c639a84c81c2db67b4913cd3ef89f35c /src/eclat.c
parent35c194f2f3bfe666494c62fe3a770661e3886aa6 (diff)
downloadeclat-2116e1ef1cd5597e23f785e84d67d8fea5537475.tar.gz
eclat-2116e1ef1cd5597e23f785e84d67d8fea5537475.tar.bz2
Implement ModifyVolume and DescribeVolumesModifications
Diffstat (limited to 'src/eclat.c')
-rw-r--r--src/eclat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/eclat.c b/src/eclat.c
index 26a8f9f..43387be 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -208,7 +208,10 @@ struct eclat_command cmdtab[] = {
{ "disasrtab", "disassociate-route-table", "DisassociateRouteTable",
eclat_disassociate_route_table, CMD_MOD },
{ "route", NULL, NULL, eclat_route },
-
+ { "chvol", "modify-volume", "ModifyVolume",
+ eclat_modify_volume },
+ { "lschvol", "describe-volumes-modifications", "DescribeVolumesModifications",
+ eclat_describe_volumes_modifications }
};
size_t cmdcnt = sizeof(cmdtab) / sizeof(cmdtab[0]);

Return to:

Send suggestions and report system problems to the System administrator.