summaryrefslogtreecommitdiff
path: root/fio.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2013-11-26 20:39:35 -0700
committerJens Axboe <axboe@kernel.dk>2013-11-26 20:39:35 -0700
commit292cc475b1f26ae4c94c3028fc33dee96b22655b (patch)
treea22371bf4d3d366fa59a8762337ce7e59c8cca9e /fio.h
parentff52be3d9ff93cc5e823a75c41d48f62f842feb8 (diff)
downloadfio-292cc475b1f26ae4c94c3028fc33dee96b22655b.tar.gz
init: escape description option string
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fio.h')
-rw-r--r--fio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fio.h b/fio.h
index a6dcb4ea..d0fe83a5 100644
--- a/fio.h
+++ b/fio.h
@@ -406,7 +406,7 @@ extern int parse_cmd_line(int, char **, int);
extern int fio_backend(void);
extern void reset_fio_state(void);
extern void clear_io_state(struct thread_data *);
-extern int fio_options_parse(struct thread_data *, char **, int);
+extern int fio_options_parse(struct thread_data *, char **, int, int);
extern void fio_keywords_init(void);
extern int fio_cmd_option_parse(struct thread_data *, const char *, char *);
extern int fio_cmd_ioengine_option_parse(struct thread_data *, const char *, char *);