view src/os/unix/ngx_process.h @ 208:0b67be7d4489

nginx-0.0.1-2003-12-08-23:48:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Dec 2003 20:48:12 +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_ */