X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=init.c;h=7f2747a43a0a3c538272e65e35be03d5fb92ef1e;hb=8d714a60ae956c5758fe4b5a75aa6cc31ce7e9eb;hp=365a8b2cc0a97651eaf5cad0fd6e7f5db089d43f;hpb=bb3884d855100fa8fa6a1d2aac79e867dfd47bf9;p=fio.git diff --git a/init.c b/init.c index 365a8b2c..7f2747a4 100644 --- a/init.c +++ b/init.c @@ -41,6 +41,12 @@ static int str_cpumask_cb(void *, unsigned int *); * Map of job/command line options */ static struct fio_option options[] = { + { + .name = "description", + .type = FIO_OPT_STR_STORE, + .off1 = td_var_offset(description), + .help = "Text job description", + }, { .name = "name", .type = FIO_OPT_STR_STORE, @@ -75,7 +81,7 @@ static struct fio_option options[] = { .help = "IO engine to use", .def = "sync", .posval = { "sync", "libaio", "posixaio", "mmap", "splice", - "sg", "null", }, + "sg", "null", "net", }, }, { .name = "iodepth",