Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-23 09:54:27 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-23 09:54:27 +0400
commita1796d747c556e0dc8114e4e39aca6e57a8285f9 (patch)
treef7c020bf3f6b5713143d1732a17e0190659ebc34 /src/os/unix/ngx_process.h
parent3d5c0fc89e6a5e572e9e3071bd632cbc41b1f8d0 (diff)
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.h2
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;