comparison src/os/unix/ngx_process.h @ 191:71ce40b3c37b

nginx-0.0.1-2003-11-19-19:26:41 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Nov 2003 16:26:41 +0000
parents c14d7232b11f
children 05592fd7a436
comparison
equal deleted inserted replaced
190:02a715e85df1 191:71ce40b3c37b
1 #ifndef _NGX_PROCESS_H_INCLUDED_ 1 #ifndef _NGX_PROCESS_H_INCLUDED_
2 #define _NGX_PROCESS_H_INCLUDED_ 2 #define _NGX_PROCESS_H_INCLUDED_
3 3
4 4
5 typedef pid_t ngx_pid_t;
6
5 #define ngx_getpid getpid 7 #define ngx_getpid getpid
6 8
7 9
10 int ngx_spawn_process(ngx_log_t *log);
11 void ngx_sigchld_handler(int signo);
12
13
8 #endif /* _NGX_PROCESS_H_INCLUDED_ */ 14 #endif /* _NGX_PROCESS_H_INCLUDED_ */