From 415b1ce1b93a3b74efe8a3ee5a35ee55e0a11caa Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 17 Jun 2004 17:18:53 +0000 Subject: nginx-0.0.7-2004-06-17-21:18:53 import --- src/os/unix/ngx_shared.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/os/unix/ngx_shared.h (limited to 'src/os/unix/ngx_shared.h') diff --git a/src/os/unix/ngx_shared.h b/src/os/unix/ngx_shared.h new file mode 100644 index 000000000..ca077df42 --- /dev/null +++ b/src/os/unix/ngx_shared.h @@ -0,0 +1,12 @@ +#ifndef _NGX_SHARED_H_INCLUDED_ +#define _NGX_SHARED_H_INCLUDED_ + + +#include +#include + + +void *ngx_create_shared_memory(size_t size, ngx_log_t *log); + + +#endif /* _NGX_SHARED_H_INCLUDED_ */ -- cgit v1.2.3