aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/worker_queue.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/worker_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worker_queue.h b/src/worker_queue.h
index 826cf65..382d777 100644
--- a/src/worker_queue.h
+++ b/src/worker_queue.h
@@ -17,7 +17,7 @@ void worker_destroy(struct worker *);
int worker_get_fd(const struct worker *);
-STAILQ_HEAD(worker_queue, worker);
+SIMPLEQ_HEAD(worker_queue, worker);
void worker_queue_create(struct worker_queue *);
void worker_queue_destroy(struct worker_queue *);