Revert "flowtop: Fix hanging while waiting for collector"
commit9a89c1d813fbb762b801e99d6bc0801a45b7f49a
authorVadim Kochan <vadim4j@gmail.com>
Sat, 18 Jul 2015 11:12:48 +0000 (18 14:12 +0300)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 20 Jul 2015 07:56:58 +0000 (20 09:56 +0200)
tree63d0cd72787d93bf9ed4f7e8f2479e51b49cc8d9
parent95c4582b742fd4fa58e5f14971164b941b0f730d
Revert "flowtop: Fix hanging while waiting for collector"

Vadim says:

 "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. This reverts commit 3beaa23d4d33b51a392b56f110c8773151ac19cc.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
locking.h