X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=idletime.h;h=bd6dcef022659979919d4c7778e0dfebb9cae6cc;hp=819da25e19a0819a44ed34a4190fc35c5f138256;hb=2af5bd9996cacf9eb7b70ac23d6ed7d3b35acef2;hpb=de8f6de97438d5664cd8765e60102b9109a273e2 diff --git a/idletime.h b/idletime.h index 819da25e..bd6dcef0 100644 --- a/idletime.h +++ b/idletime.h @@ -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 {