nxt_main.h (673:9fa79c719a17) nxt_main.h (694:478a380a3ef5)
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#ifndef _NXT_LIB_H_INCLUDED_
8#define _NXT_LIB_H_INCLUDED_
9
10
11#include <nxt_auto_config.h>
12
13
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#ifndef _NXT_LIB_H_INCLUDED_
8#define _NXT_LIB_H_INCLUDED_
9
10
11#include <nxt_auto_config.h>
12
13
14#define NXT_VERSION "1.2"
15#define NXT_VERNUM 10200
14#define NXT_VERSION "1.3"
15#define NXT_VERNUM 10300
16
17#define NXT_SERVER "Unit/" NXT_VERSION
18
19typedef struct nxt_port_s nxt_port_t;
20typedef struct nxt_task_s nxt_task_t;
21typedef struct nxt_port_recv_msg_s nxt_port_recv_msg_t;
22typedef void (*nxt_port_handler_t)(nxt_task_t *task, nxt_port_recv_msg_t *msg);
23typedef struct nxt_port_handlers_s nxt_port_handlers_t;

--- 157 unchanged lines hidden ---
16
17#define NXT_SERVER "Unit/" NXT_VERSION
18
19typedef struct nxt_port_s nxt_port_t;
20typedef struct nxt_task_s nxt_task_t;
21typedef struct nxt_port_recv_msg_s nxt_port_recv_msg_t;
22typedef void (*nxt_port_handler_t)(nxt_task_t *task, nxt_port_recv_msg_t *msg);
23typedef struct nxt_port_handlers_s nxt_port_handlers_t;

--- 157 unchanged lines hidden ---