From 5bc512aa3a0d3e4ca378fff3316b75c131f17637 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 29 Mar 1999 20:14:33 +0000 Subject: Clarify resource dumps and include them in the main debugging dump. --- sysdep/unix/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep') diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 5f260ca..356070f 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -38,6 +38,7 @@ async_dump(void) { debug("INTERNAL STATE DUMP\n\n"); + rdump(&root_pool); sk_dump_all(); tm_dump_all(); if_dump_all(); -- cgit v1.2.3