From 0cd2fa7310f1fdf45443a8a9e3335658b1c3c64c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 25 Dec 2016 18:08:44 -0800 Subject: Substantial fixes for listen & dialers. At this point listening and dialing operations appear to function properly. As part of this I had to break the close logic up since otherwise we had a loop trying to reap a thread from itself. So there is now a separate reaper thread for pipes per-socket. I also changed lists to be a bit more rigid, and allocations now zero memory initially. (We had bugs due to uninitialized memory, and rather than hunt them all down, lets just init them to sane zero values.) --- src/core/panic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/panic.c') diff --git a/src/core/panic.c b/src/core/panic.c index d0d6078d..2205779f 100644 --- a/src/core/panic.c +++ b/src/core/panic.c @@ -19,7 +19,7 @@ #include "core/nng_impl.h" // Panic handling. -static void +void nni_show_backtrace(void) { #if NNG_HAVE_BACKTRACE -- cgit v1.2.3-70-g09d2