view src/os/unix/ngx_process.h @ 205:4a9a2b1dd6fa

nginx-0.0.1-2003-12-04-17:53:00 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 Dec 2003 14:53:00 +0000
parents 71ce40b3c37b
children 05592fd7a436
line wrap: on
line source

#ifndef _NGX_PROCESS_H_INCLUDED_
#define _NGX_PROCESS_H_INCLUDED_


typedef pid_t       ngx_pid_t;

#define ngx_getpid  getpid


int ngx_spawn_process(ngx_log_t *log);
void ngx_sigchld_handler(int signo);


#endif /* _NGX_PROCESS_H_INCLUDED_ */