nxt_router.h (216:07257705cd64) nxt_router.h (240:36bafba970b5)
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#ifndef _NXT_ROUTER_H_INCLUDED_
8#define _NXT_ROUTER_H_INCLUDED_
9
10
11#include <nxt_main.h>
12#include <nxt_runtime.h>
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#ifndef _NXT_ROUTER_H_INCLUDED_
8#define _NXT_ROUTER_H_INCLUDED_
9
10
11#include <nxt_main.h>
12#include <nxt_runtime.h>
13#include <nxt_master_process.h>
13#include <nxt_main_process.h>
14#include <nxt_application.h>
15
16
17typedef struct {
18 nxt_thread_spinlock_t lock;
19 nxt_queue_t engines;
20
21 nxt_queue_t sockets; /* of nxt_socket_conf_t */

--- 117 unchanged lines hidden ---
14#include <nxt_application.h>
15
16
17typedef struct {
18 nxt_thread_spinlock_t lock;
19 nxt_queue_t engines;
20
21 nxt_queue_t sockets; /* of nxt_socket_conf_t */

--- 117 unchanged lines hidden ---