diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-04-21 20:25:49 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-21 20:25:49 +0000 |
| commit | c8e9f26a57cc387e4987a7740efed2de6832ac72 (patch) | |
| tree | 013b1f09a9f842781853d2de576a921f8d588ac2 /src/os/win32/ngx_os.h | |
| parent | 80ce3d4dd1d2bf6a4364a7d574d94c0b118380cc (diff) | |
| download | nginx-c8e9f26a57cc387e4987a7740efed2de6832ac72.tar.gz nginx-c8e9f26a57cc387e4987a7740efed2de6832ac72.tar.bz2 | |
implement "-s signal" option for Unix
Diffstat (limited to 'src/os/win32/ngx_os.h')
| -rw-r--r-- | src/os/win32/ngx_os.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/win32/ngx_os.h b/src/os/win32/ngx_os.h index cbd1fc22b..ba10c809a 100644 --- a/src/os/win32/ngx_os.h +++ b/src/os/win32/ngx_os.h @@ -11,6 +11,7 @@ #include <ngx_config.h> #include <ngx_core.h> + #define NGX_IO_SENDFILE 1 @@ -32,6 +33,7 @@ typedef struct { ngx_int_t ngx_os_init(ngx_log_t *log); void ngx_os_status(ngx_log_t *log); +ngx_int_t ngx_os_signal_process(ngx_cycle_t *cycle, char *sig, ngx_int_t pid); ssize_t ngx_wsarecv(ngx_connection_t *c, u_char *buf, size_t size); ssize_t ngx_overlapped_wsarecv(ngx_connection_t *c, u_char *buf, size_t size); |
