diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-12 16:38:09 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-12 16:38:09 +0000 |
commit | 43f131923f25600c771e014a7eebf74d407776a7 (patch) | |
tree | 19e9a678f68d0d434fbcc13c52c9507bfc66eb28 /src/core/ngx_cycle.h | |
parent | 076498e356546713a4b40edea95bcc1a30c45a98 (diff) | |
download | nginx-43f131923f25600c771e014a7eebf74d407776a7.tar.gz nginx-43f131923f25600c771e014a7eebf74d407776a7.zip |
nginx-0.0.3-2004-04-12-20:38:09 import
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r-- | src/core/ngx_cycle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h index df1f39033..1fac10e38 100644 --- a/src/core/ngx_cycle.h +++ b/src/core/ngx_cycle.h @@ -40,6 +40,8 @@ typedef struct { ngx_cycle_t *ngx_init_cycle(ngx_cycle_t *old_cycle); +ngx_int_t ngx_create_pidfile(ngx_cycle_t *cycle, ngx_cycle_t *old_cycle); +void ngx_delete_pidfile(ngx_cycle_t *cycle); void ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user); ngx_pid_t ngx_exec_new_binary(ngx_cycle_t *cycle, char *const *argv); |