summaryrefslogtreecommitdiffstats
path: root/tools/tools.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2007-11-09 16:51:54 +0000
committerAlasdair Kergon <agk@redhat.com>2007-11-09 16:51:54 +0000
commitb4068515e8f94e0d9839878b85fb5d2df31a2cc8 (patch)
treeb9ee8e11bcde5c12bb237d8fad27429b07bf2760 /tools/tools.h
parent19c865437a8c661045e61389dd6953047e2b9c82 (diff)
downloadlvm2-b4068515e8f94e0d9839878b85fb5d2df31a2cc8.tar.gz
lvm2-b4068515e8f94e0d9839878b85fb5d2df31a2cc8.tar.xz
lvm2-b4068515e8f94e0d9839878b85fb5d2df31a2cc8.zip
Enhance the management of readahead settings.
Diffstat (limited to 'tools/tools.h')
-rw-r--r--tools/tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.h b/tools/tools.h
index 436cc9c5..fdd6a81d 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -147,7 +147,7 @@ int metadatatype_arg(struct cmd_context *cmd, struct arg *a);
int units_arg(struct cmd_context *cmd, struct arg *a);
int segtype_arg(struct cmd_context *cmd, struct arg *a);
int alloc_arg(struct cmd_context *cmd, struct arg *a);
-
+int readahead_arg(struct cmd_context *cmd, struct arg *a);
/* we use the enums to access the switches */
unsigned int arg_count(const struct cmd_context *cmd, int a);