view src/os/unix/ngx_shared.h @ 428:5e73d0ea4dab

nginx-0.0.11-2004-09-16-20:10:13 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Sep 2004 16:10:13 +0000
parents 0a03c921c81d
children da8c5707af39
line wrap: on
line source

#ifndef _NGX_SHARED_H_INCLUDED_
#define _NGX_SHARED_H_INCLUDED_


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


void *ngx_create_shared_memory(size_t size, ngx_log_t *log);


#endif /* _NGX_SHARED_H_INCLUDED_ */