flowtop: Add tab control to switch between tables
commit60648a858b83b63e8dbdd1c45bb901d1206ae444
authorVadim Kochan <vadim4j@gmail.com>
Wed, 18 Jan 2017 23:09:03 +0000 (19 01:09 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 25 Jan 2017 12:23:34 +0000 (25 13:23 +0100)
tree04e14eac4d7e81dd31305f0cac334a341609f6b0
parenta1351738ba11c8e2d38f6df5276cc59f7acb2d2f
flowtop: Add tab control to switch between tables

Add ui_tab API to create ui tab control to switch between
different ui tables which may contain different aggregated
info per unique pid/port/proto/dst/src.

Meanwhile there is only 1 ui tab entry for flows table.

Added some missing cds_list_{next,prev,last}_entry functions
into urcu-list-compat.h header.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
flowtop.c
ui.c
ui.h
urcu-list-compat.h [new file with mode: 0644]