fio: add multi directory support
[fio.git] / engines / net.c
index 1dc55d5e7cb88d0b1a8ca9a60d2d24fc2f5eefdd..8b85a88604bde109f86f4cf5864ab045560f3be1 100644 (file)
@@ -1194,7 +1194,7 @@ static int fio_netio_setup(struct thread_data *td)
        struct netio_data *nd;
 
        if (!td->files_index) {
-               add_file(td, td->o.filename ?: "net");
+               add_file(td, td->o.filename ?: "net", 0);
                td->o.nr_files = td->o.nr_files ?: 1;
        }