... | ... |
@@ -207,6 +207,8 @@ int log_stderr = 0; |
207 | 207 |
int check_via = 0; |
208 | 208 |
/* shall use stateful synonym branches? faster but not reboot-safe */ |
209 | 209 |
int syn_branch = 1; |
210 |
+/* debugging level for memory stats */ |
|
211 |
+int memlog = L_DBG; |
|
210 | 212 |
/* should replies include extensive warnings? by default yes, |
211 | 213 |
good for trouble-shooting |
212 | 214 |
*/ |