view src/event/modules/ngx_kqueue_module.h @ 96:a23d010f356d

nginx-0.0.1-2003-05-27-16:18:54 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 27 May 2003 12:18:54 +0000
parents 738fe44c70d5
children 7e86d028d8f0
line wrap: on
line source

#ifndef _NGX_KQUEUE_MODULE_H_INCLUDED_
#define _NGX_KQUEUE_MODULE_H_INCLUDED_


typedef struct {
    int   changes;
    int   events;
} ngx_kqueue_conf_t;


extern int                 ngx_kqueue;
extern ngx_module_t        ngx_kqueue_module;
extern ngx_event_module_t  ngx_kqueue_module_ctx;



#endif /* _NGX_KQUEUE_MODULE_H_INCLUDED_ */