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/unix/ngx_os.h | |
parent | 80ce3d4dd1d2bf6a4364a7d574d94c0b118380cc (diff) | |
download | nginx-c8e9f26a57cc387e4987a7740efed2de6832ac72.tar.gz nginx-c8e9f26a57cc387e4987a7740efed2de6832ac72.zip |
implement "-s signal" option for Unix
Diffstat (limited to 'src/os/unix/ngx_os.h')
-rw-r--r-- | src/os/unix/ngx_os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h index 0dbdd0b3b..a83c6ed8f 100644 --- a/src/os/unix/ngx_os.h +++ b/src/os/unix/ngx_os.h @@ -37,6 +37,7 @@ void ngx_os_status(ngx_log_t *log); ngx_int_t ngx_os_specific_init(ngx_log_t *log); void ngx_os_specific_status(ngx_log_t *log); ngx_int_t ngx_daemon(ngx_log_t *log); +ngx_int_t ngx_os_signal_process(ngx_cycle_t *cycle, char *sig, ngx_int_t pid); ssize_t ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size); |