This series reverts unnecesseary cond lock when presenter waits for collector to finish its initializing part before do screen initializing, it was added only to do not panic collector when screen is initialized with ncurses so after this shell will be colored.
Now screen is cleaned up in panic handler so cond lock is not needed anymore. Vadim Kochan (2): Revert "flowtop: Fix hanging while waiting for collector" Revert "flowtop: Don't init screen until collector is ready" flowtop.c | 9 --------- locking.h | 31 ------------------------------- 2 files changed, 40 deletions(-) -- 2.4.2 -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
