Initial version.

This commit is contained in:
Igor Sysoev
2017-01-17 20:00:00 +03:00
commit 16cbf3c076
235 changed files with 56359 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
* Copyright (C) Igor Sysoev
* Copyright (C) NGINX, Inc.
*/
#ifndef _NXT_MEM_POOL_CLEANUP_H_INCLUDED_
#define _NXT_MEM_POOL_CLEANUP_H_INCLUDED_
NXT_EXPORT nxt_mem_pool_cleanup_t *nxt_mem_pool_file_cleanup(nxt_mem_pool_t *mp,
nxt_file_t *file);
#endif /* _NXT_MEM_POOL_CLEANUP_H_INCLUDED_ */