diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-10-07 13:30:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-10-07 13:30:52 +0000 |
| commit | 208eed22101e987a370036fa3851ce81c088c599 (patch) | |
| tree | 40f2aa55bb0415eef08415373d380577eb18561f /src/os/unix/ngx_process_cycle.h | |
| parent | 12b7a12a2d2cbf4a98a23c2d6c0c06ff588d2d70 (diff) | |
| download | nginx-208eed22101e987a370036fa3851ce81c088c599.tar.gz nginx-208eed22101e987a370036fa3851ce81c088c599.tar.bz2 | |
nginx-0.3.0-RELEASE importrelease-0.3.0
*) Change: the 10-days live time limit of worker process was
eliminated. The limit was introduced because of millisecond timers
overflow.
Diffstat (limited to 'src/os/unix/ngx_process_cycle.h')
| -rw-r--r-- | src/os/unix/ngx_process_cycle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_process_cycle.h b/src/os/unix/ngx_process_cycle.h index 7e22da26f..349a90202 100644 --- a/src/os/unix/ngx_process_cycle.h +++ b/src/os/unix/ngx_process_cycle.h @@ -37,7 +37,6 @@ extern ngx_uint_t ngx_threaded; extern ngx_uint_t ngx_exiting; extern sig_atomic_t ngx_reap; -extern sig_atomic_t ngx_timer; extern sig_atomic_t ngx_sigio; extern sig_atomic_t ngx_quit; extern sig_atomic_t ngx_debug_quit; |
