aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_shared.h
blob: ca077df4286f22963638c320517b01e3656687bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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_ */