Module: sip-router
Branch: master
Commit: 0d81d02e7f1f2f1bd326104e5fd7f9514f31ad2b
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d81d02…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Jul 21 21:26:53 2010 +0200
core: updated help msg for mem_summary cfg var
---
cfg_core.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/cfg_core.c b/cfg_core.c
index 79b1cae..0eeb2fd 100644
--- a/cfg_core.c
+++ b/cfg_core.c
@@ -236,7 +236,10 @@ cfg_def_t core_cfg_def[] = {
"log level for memory status/summary information"},
{"mem_summary", CFG_VAR_INT|CFG_ATOMIC, 0, 15, 0, 0,
"memory debugging information displayed on exit (flags): "
- " 0 - off, 1 - dump all the used blocks (status),"
- " 2 - summary of used blocks" },
+ " 0 - off,"
+ " 1 - dump all the pkg used blocks (status),"
+ " 2 - dump all the shm used blocks (status),"
+ " 4 - summary of pkg used blocks,"
+ " 8 - summary of shm used blocks" },
{0, 0, 0, 0, 0, 0}
};