summaryrefslogtreecommitdiffstats
path: root/lib/locking/locking.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/locking/locking.h')
-rw-r--r--lib/locking/locking.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/locking/locking.h b/lib/locking/locking.h
index f8a2c251..69b31ee0 100644
--- a/lib/locking/locking.h
+++ b/lib/locking/locking.h
@@ -187,7 +187,9 @@ int sync_local_dev_names(struct cmd_context* cmd);
int sync_dev_names(struct cmd_context* cmd);
/* Process list of LVs */
-int suspend_lvs(struct cmd_context *cmd, struct dm_list *lvs);
+struct volume_group;
+int suspend_lvs(struct cmd_context *cmd, struct dm_list *lvs,
+ struct volume_group *vg_to_revert);
int resume_lvs(struct cmd_context *cmd, struct dm_list *lvs);
int activate_lvs(struct cmd_context *cmd, struct dm_list *lvs, unsigned exclusive);