aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-01-22 23:57:57 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-01-23 00:31:11 +0200
commit01151a67eb86c9068612b7f893e586f04f634aee (patch)
treef055071e3fe17393412aaf699fcf8ea07172dc4e /etc/Makefile.am
parent78911bb500c8fc104de45564543b56f317a42938 (diff)
downloadeclat-01151a67eb86c9068612b7f893e586f04f634aee.tar.gz
eclat-01151a67eb86c9068612b7f893e586f04f634aee.tar.bz2
Implement snapshot attribute commands.
* TODO: Update. * etc/describe-snapshot-attribute.fln: New file. * etc/modify-snapshot-attribute.fln: New file. * etc/reset-snapshot-attribute.fln: New file. * etc/Makefile.am: Add new files. * src/dscrsnapattr.c: New file. * src/Makefile.am: Add new files. * src/dscrinstattr.c (list_attrs): Remove. (eclat_describe_instance_attribute): Assign available_attrs. * src/eclat.c (cmdtab): New commands: describe-snapshot-attribute, modify-snapshot-attribute, and reset-snapshot-attribute. * src/eclat.h (eclat_describe_snapshot_attribute) (eclat_modify_snapshot_attribute) (eclat_reset_snapshot_attribute): New protos. (available_attrs): New extern. (list_attrs): New function. * src/modinstattr.c (list_attrs): Rename to list_mod_attrs. * src/util.c (available_attrs): New global. (list_attrs): New function.
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 6da6510..5ff4533 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -33,6 +33,7 @@ FLNFILES=\
describe-instances.fln\
describe-regions.fln\
describe-security-groups.fln\
+ describe-snapshot-attribute.fln\
describe-snapshots.fln\
describe-tags.fln\
describe-volumes.fln\
@@ -40,8 +41,10 @@ FLNFILES=\
disassociate-address.fln\
get-console-output.fln\
modify-instance-attribute.fln\
+ modify-snapshot-attribute.fln\
reboot-instances.fln\
release-address.fln\
+ reset-snapshot-attribute.fln\
start-instances.fln\
stop-instances.fln

Return to:

Send suggestions and report system problems to the System administrator.