Browse Source

core: updated help msg for mem_summary cfg var

Daniel-Constantin Mierla 15 years ago
parent
commit
0d81d02e7f
1 changed files with 5 additions and 2 deletions
  1. 5 2
      cfg_core.c

+ 5 - 2
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}
 };