comparison src/os/unix/ngx_process.h @ 108:cf3d6edb3ad6 NGINX_0_3_1

nginx 0.3.1 *) Bugfix: the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; bug appeared in 0.2.0. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in SSI.
author Igor Sysoev <http://sysoev.ru>
date Mon, 10 Oct 2005 00:00:00 +0400
parents 45945fa8b8ba
children 43cc6f0b77ce
comparison
equal deleted inserted replaced
107:495d867e35e8 108:cf3d6edb3ad6
49 #define NGX_PROCESS_JUST_RESPAWN -3 49 #define NGX_PROCESS_JUST_RESPAWN -3
50 #define NGX_PROCESS_DETACHED -4 50 #define NGX_PROCESS_DETACHED -4
51 51
52 52
53 #define ngx_getpid getpid 53 #define ngx_getpid getpid
54
55 #ifndef ngx_log_pid
54 #define ngx_log_pid ngx_pid 56 #define ngx_log_pid ngx_pid
57 #endif
58
55 59
56 ngx_pid_t ngx_spawn_process(ngx_cycle_t *cycle, 60 ngx_pid_t ngx_spawn_process(ngx_cycle_t *cycle,
57 ngx_spawn_proc_pt proc, void *data, char *name, ngx_int_t respawn); 61 ngx_spawn_proc_pt proc, void *data, char *name, ngx_int_t respawn);
58 ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx); 62 ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx);
59 ngx_int_t ngx_init_signals(ngx_log_t *log); 63 ngx_int_t ngx_init_signals(ngx_log_t *log);