view 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
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_ */