flowtop: Simplify entry skip logic
commit01056309418e2ef06b23da03f129d7490aa13d34
authorTobias Klauser <tklauser@distanz.ch>
Mon, 8 Sep 2014 14:16:29 +0000 (8 16:16 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 8 Sep 2014 14:16:29 +0000 (8 16:16 +0200)
treed4a7af1f9ad2610719ef1f9b1fbdd955913b65e3
parent5b8ec08d57fa932b769e590ecfe6a471910c05ec
flowtop: Simplify entry skip logic

Instead of testing three skip conditions for every entry, make use of
the short-circuit evaluation of the boolean OR operator to only test as
few conditions as necessary.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
flowtop.c