Go to the documentation of this file.
27#if !defined(OPENVPN_MEMSTATS_H) && defined(ENABLE_MEMSTATS)
28#define OPENVPN_MEMSTATS_H
40#define MSTATS_ACTIVE 1
41#define MSTATS_EXPIRED 2
45extern volatile struct mmap_stats *mmap_stats;
47void mstats_open(
const char *fn);
49void mstats_close(
void);