X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.h;h=9cda559550c9f836f5b17aaf51641b8e87736b69;hp=8f7982ad1f57dc4942402875740c902a2b24fe51;hb=f5b6bb85364fcb8b2ac8d922ca65afd9dfabc9bb;hpb=07b3232de97ac32a873f0b5d17c8f49c18ed3ae7 diff --git a/parse.h b/parse.h index 8f7982ad..9cda5595 100644 --- a/parse.h +++ b/parse.h @@ -50,7 +50,7 @@ struct fio_option { void *cb; /* callback */ const char *help; /* help text for option */ const char *def; /* default setting */ - const struct value_pair posval[PARSE_MAX_VP];/* possible values */ + struct value_pair posval[PARSE_MAX_VP];/* possible values */ const char *parent; /* parent option */ int (*verify)(struct fio_option *, void *); const char *prof_name; /* only valid for specific profile */