view src/os/win32/ngx_process.c @ 305:4b1a3a4acc60

nginx-0.0.3-2004-04-02-19:13:20 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Apr 2004 15:13:20 +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;
}