idletime: maintain cpuset over lifetime of idle thread
[fio.git] / idletime.h
index 819da25e19a0819a44ed34a4190fc35c5f138256..bd6dcef022659979919d4c7778e0dfebb9cae6cc 100644 (file)
@@ -34,6 +34,8 @@ struct idle_prof_thread {
        pthread_cond_t  cond;
        pthread_mutex_t init_lock;
        pthread_mutex_t start_lock;
+
+       os_cpu_mask_t cpu_mask;
 };
 
 struct idle_prof_common {