summaryrefslogtreecommitdiffstats
path: root/tools/toollib.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-01-24 13:38:31 +0000
committerAlasdair Kergon <agk@redhat.com>2011-01-24 13:38:31 +0000
commitb51cd542becd76248fff2395ea84d47ff10ce1a8 (patch)
tree942be304484975f673dcae4e7a7768249edc0ae0 /tools/toollib.h
parent74863007ee2230e71a2ee75e2c67965e2568e796 (diff)
downloadlvm2-b51cd542becd76248fff2395ea84d47ff10ce1a8.tar.gz
lvm2-b51cd542becd76248fff2395ea84d47ff10ce1a8.tar.xz
lvm2-b51cd542becd76248fff2395ea84d47ff10ce1a8.zip
Add change_tag to toollib.
Allow multiple pvchange command line options to be specified together.
Diffstat (limited to 'tools/toollib.h')
-rw-r--r--tools/toollib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/toollib.h b/tools/toollib.h
index 71e516fb..506945a0 100644
--- a/tools/toollib.h
+++ b/tools/toollib.h
@@ -115,4 +115,7 @@ int get_activation_monitoring_mode(struct cmd_context *cmd,
int get_stripe_params(struct cmd_context *cmd, uint32_t *stripes,
uint32_t *stripe_size);
+int change_tag(struct cmd_context *cmd, struct volume_group *vg,
+ struct logical_volume *lv, struct physical_volume *pv, int arg);
+
#endif