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