Commit d8cf988a authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

tcp: show PB_TCP_STREAM as a single entry

Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7405f88c
......@@ -611,7 +611,7 @@ void rst_unlock_tcp_connections(void)
void show_tcp_stream(int fd)
{
pb_show_plain_pretty(fd, PB_TCP_STREAM, "1:%u 2:%u 3:%u 4:%u");
do_pb_show_plain(fd, PB_TCP_STREAM, 1, NULL, "1:%u 2:%u 3:%u 4:%u");
}
int check_tcp(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment