diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-29 22:14:33 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-29 22:14:33 +0200 |
commit | 5bc512aa3a0d3e4ca378fff3316b75c131f17637 (patch) | |
tree | 1f7d48bab9c94313b58845412472e06b21c7f712 /sysdep | |
parent | 3f2a21fd348e49cf3ca98750b14e14dd04b3209b (diff) | |
download | bird-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.c | 1 |
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(); |