summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-03-29 22:14:33 +0200
committerMartin Mares <mj@ucw.cz>1999-03-29 22:14:33 +0200
commit5bc512aa3a0d3e4ca378fff3316b75c131f17637 (patch)
tree1f7d48bab9c94313b58845412472e06b21c7f712 /sysdep
parent3f2a21fd348e49cf3ca98750b14e14dd04b3209b (diff)
downloadbird-5bc512aa3a0d3e4ca378fff3316b75c131f17637.tar
bird-5bc512aa3a0d3e4ca378fff3316b75c131f17637.zip
Clarify resource dumps and include them in the main debugging dump.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/main.c1
1 files changed, 1 insertions, 0 deletions
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();