comparison src/os/win32/ngx_process.c @ 280:7c7183b3ea8b

nginx-0.0.2-2004-03-05-11:34:24 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Mar 2004 08:34:24 +0000
parents 0ba4821f4460
children da8c5707af39
comparison
equal deleted inserted replaced
279:b79f021a644a 280:7c7183b3ea8b
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 4
5 5
6 ngx_pid_t ngx_exec(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx) 6 ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx)
7 { 7 {
8 return /* STUB */ 0; 8 return /* STUB */ 0;
9 } 9 }