view src/os/unix/ngx_shared.h @ 123:b69cefc48a82

Added tag NGINX_0_3_8 for changeset d25a1d6034f1
author Igor Sysoev <http://sysoev.ru>
date Wed, 09 Nov 2005 00:00:00 +0300
parents f0b350454894
children
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#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_ */