diff options
Diffstat (limited to 'daemon/worker.h')
-rw-r--r-- | daemon/worker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/worker.h b/daemon/worker.h index d6c87c80739ce..0d7ce95216108 100644 --- a/daemon/worker.h +++ b/daemon/worker.h @@ -85,7 +85,7 @@ struct worker { /** global shared daemon structure */ struct daemon* daemon; /** thread id */ - ub_thread_t thr_id; + ub_thread_type thr_id; /** pipe, for commands for this worker */ struct tube* cmd; /** the event base this worker works with */ |