Sign in
nginx
/
nginx
/
b14169a714bb3deeb7f4912a58238f7a54aeecd1
/
.
/
src
/
os
/
win32
/
ngx_shared.h
blob: ca077df4286f22963638c320517b01e3656687bd [
file
] [
log
] [
blame
]
#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_ */