X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=profile.c;h=90c9ea8d14eb6c4d52c5a94bef7eab3e32fc0a0e;hp=5d0b866708559c1adb5253306c83fe4fc50e3fd8;hb=7b504eddc4b039f2db3a0626bd08f880c5f4de27;hpb=eb0c74ae74ce458dd55b7a7d11c5ba7ae59bf5ed;ds=inline diff --git a/profile.c b/profile.c index 5d0b8667..90c9ea8d 100644 --- a/profile.c +++ b/profile.c @@ -52,6 +52,7 @@ static int add_profile_options(struct profile_ops *ops) o = ops->options; while (o->name) { o->prof_name = ops->name; + o->prof_opts = ops->opt_data; if (add_option(o)) return 1; o++;