From 4fe5d22dcc5d6e42c5faa6fe06dd076cde799324 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 5 Jul 2017 14:05:21 +0300 Subject: Router: processing JSON configuration. --- src/nxt_queue.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/nxt_queue.h') diff --git a/src/nxt_queue.h b/src/nxt_queue.h index f1efd328..e107b6aa 100644 --- a/src/nxt_queue.h +++ b/src/nxt_queue.h @@ -193,7 +193,11 @@ nxt_queue_truncate(queue, link) \ } while (0) -/* Add the queue "tail" to the queue "queue". */ +/* + * Add the queue "tail" to the queue "queue". + * If the queue "tail" is intended to be reused again, + * it must be initiated with nxt_queue_init(tail). + */ #define \ nxt_queue_add(queue, tail) \ -- cgit