summaryrefslogtreecommitdiffstats
path: root/tools/toollib.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-08-17 21:55:23 +0000
committerAlasdair Kergon <agk@redhat.com>2004-08-17 21:55:23 +0000
commiteabaa3398b2eb355f09f4cb2602d0365e21003a8 (patch)
tree5fba668b27d18ee913a8f807f78835f630623962 /tools/toollib.h
parent1c31f23f567aa15960222a51d5019a7ac84ae369 (diff)
downloadlvm2-eabaa3398b2eb355f09f4cb2602d0365e21003a8.tar.gz
lvm2-eabaa3398b2eb355f09f4cb2602d0365e21003a8.tar.xz
lvm2-eabaa3398b2eb355f09f4cb2602d0365e21003a8.zip
Change alloc_areas to pe_ranges and allow suppression of availability checks.
Diffstat (limited to 'tools/toollib.h')
-rw-r--r--tools/toollib.h4
1 files changed, 2 insertions, 2 deletions
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);