From b51cd542becd76248fff2395ea84d47ff10ce1a8 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 24 Jan 2011 13:38:31 +0000 Subject: Add change_tag to toollib. Allow multiple pvchange command line options to be specified together. --- tools/toollib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/toollib.h') 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 -- cgit