]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/memory.h
[bgpd] Stability fixes including bugs 397, 492
[mirror_frr.git] / lib / memory.h
index a23c27875e436c027ea6a5fdc4e06a362b86c12e..42eb5caec418f5887eca38861bb853ad85c7eb52 100644 (file)
@@ -81,6 +81,7 @@ extern void mtype_zfree (const char *file, int line, int type,
 extern char *mtype_zstrdup (const char *file, int line, int type,
                            const char *str);
 extern void memory_init (void);
+extern void log_memstats_stderr (const char *);
 
 /* return number of allocations outstanding for the type */
 extern unsigned long mtype_stats_alloc (int);