diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-06-23 05:54:27 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-23 05:54:27 +0000 |
commit | a1796d747c556e0dc8114e4e39aca6e57a8285f9 (patch) | |
tree | f7c020bf3f6b5713143d1732a17e0190659ebc34 /src/os/unix/ngx_process.h | |
parent | 3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0 (diff) | |
download | nginx-a1796d747c556e0dc8114e4e39aca6e57a8285f9.tar.gz nginx-a1796d747c556e0dc8114e4e39aca6e57a8285f9.zip |
nginx-0.0.7-2004-06-23-09:54:27 import
Diffstat (limited to 'src/os/unix/ngx_process.h')
-rw-r--r-- | src/os/unix/ngx_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/unix/ngx_process.h b/src/os/unix/ngx_process.h index 99374ebb1..ccea40db7 100644 --- a/src/os/unix/ngx_process.h +++ b/src/os/unix/ngx_process.h @@ -47,6 +47,8 @@ ngx_pid_t ngx_spawn_process(ngx_cycle_t *cycle, char *name, ngx_int_t respawn); ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx); void ngx_process_get_status(void); +void ngx_close_channel(ngx_fd_t *fd, ngx_log_t *log); + extern ngx_pid_t ngx_pid; extern ngx_socket_t ngx_channel; |