Router: processing JSON configuration.

This commit is contained in:
Igor Sysoev
2017-07-05 14:05:21 +03:00
parent d28d502aa5
commit 4fe5d22dcc
8 changed files with 449 additions and 135 deletions

View File

@@ -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) \