Add backend related data
[fio.git] / fio.c
diff --git a/fio.c b/fio.c
index bafbd48e7ae35c00782af205308ce89a8c665d4e..bd3e260b40cfd575030c3276e247f8f4f28ec0f0 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -57,7 +57,7 @@ int main(int argc, char *argv[], char *envp[])
                        goto done;
                ret = fio_handle_clients(&fio_client_ops);
        } else
-               ret = fio_backend();
+               ret = fio_backend(NULL);
 
 done:
        deinitialize_fio();