view src/os/win32/ngx_process.c @ 288:f81d075ad172

nginx-0.0.2-2004-03-14-23:46:25 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Mar 2004 20:46:25 +0000
parents 7c7183b3ea8b
children da8c5707af39
line wrap: on
line source


#include <ngx_config.h>
#include <ngx_core.h>


ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx)
{
    return /* STUB */ 0;
}