comparison src/event/modules/ngx_kqueue_module.c @ 3044:a1d54c705f38

*) move small declarations in appropriate places and delete the surplus header files *) delete insignificant comments
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Aug 2009 09:09:13 +0000
parents a66d6dfd53f1
children 0299cf5856fc
comparison
equal deleted inserted replaced
3043:a66d6dfd53f1 3044:a1d54c705f38
5 5
6 6
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_event.h> 9 #include <ngx_event.h>
10 #include <ngx_kqueue_module.h>
11 10
12 11
13 typedef struct { 12 typedef struct {
14 ngx_uint_t changes; 13 ngx_uint_t changes;
15 ngx_uint_t events; 14 ngx_uint_t events;