summaryrefslogtreecommitdiff
path: root/contrib/unbound/daemon/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/daemon/worker.h')
-rw-r--r--contrib/unbound/daemon/worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/daemon/worker.h b/contrib/unbound/daemon/worker.h
index d6c87c80739c..0d7ce9521610 100644
--- a/contrib/unbound/daemon/worker.h
+++ b/contrib/unbound/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 */