X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=libfio.c;h=9ed802a99228eab56f275933a42d08ee68d33cf6;hb=a5bbbd8a324a33fb54b6073850bc8ee653c71030;hp=523cc3695e0d78d643bac2dca7dfe765fc1423b2;hpb=24ffb6f85058a95d4647541283c94c9e27520f1b;p=fio.git diff --git a/libfio.c b/libfio.c index 523cc369..9ed802a9 100644 --- a/libfio.c +++ b/libfio.c @@ -307,7 +307,7 @@ int initialize_fio(char *envp[]) compiletime_assert((offsetof(struct thread_options_pack, zipf_theta) % 8) == 0, "zipf_theta"); compiletime_assert((offsetof(struct thread_options_pack, pareto_h) % 8) == 0, "pareto_h"); compiletime_assert((offsetof(struct thread_options_pack, percentile_list) % 8) == 0, "percentile_list"); - compiletime_assert((offsetof(struct thread_options_pack, percentile_list) % 8) == 0, "latency_percentile"); + compiletime_assert((offsetof(struct thread_options_pack, latency_percentile) % 8) == 0, "latency_percentile"); if (endian_check()) { log_err("fio: endianness settings appear wrong.\n");