From eabaa3398b2eb355f09f4cb2602d0365e21003a8 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 17 Aug 2004 21:55:23 +0000 Subject: Change alloc_areas to pe_ranges and allow suppression of availability checks. --- tools/toollib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/toollib.h') diff --git a/tools/toollib.h b/tools/toollib.h index 78a01e8e..ff663ed9 100644 --- a/tools/toollib.h +++ b/tools/toollib.h @@ -74,8 +74,8 @@ const char *extract_vgname(struct cmd_context *cmd, const char *lv_name); * Builds a list of pv's from the names in argv. Used in * lvcreate/extend. */ -struct list *create_pv_list(struct pool *mem, - struct volume_group *vg, int argc, char **argv); +struct list *create_pv_list(struct pool *mem, struct volume_group *vg, int argc, + char **argv, int allocatable_only); struct list *clone_pv_list(struct pool *mem, struct list *pvs); -- cgit