aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_queue.h')
-rw-r--r--src/core/ngx_queue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_queue.h b/src/core/ngx_queue.h
index 038bf1211..0f82f173e 100644
--- a/src/core/ngx_queue.h
+++ b/src/core/ngx_queue.h
@@ -47,6 +47,9 @@ struct ngx_queue_s {
(h)->prev = x
+#define ngx_queue_insert_before ngx_queue_insert_tail
+
+
#define ngx_queue_head(h) \
(h)->next