Allow profiles to override internal io_u functions
[fio.git] / init.c
diff --git a/init.c b/init.c
index acebb7d10b8abb9add6aad77a58cce211538107e..a79bd1a666a0ed6d2bc5562089c578abaec5f2d6 100644 (file)
--- a/init.c
+++ b/init.c
@@ -168,6 +168,8 @@ static struct thread_data *get_new_job(int global, struct thread_data *parent)
        dup_files(td, parent);
        options_mem_dupe(td);
 
+       profile_add_hooks(td);
+
        td->thread_number = thread_number;
        return td;
 }