[CRIU] [PATCH] tcp: show PB_TCP_STREAM as a single entry

Andrew Vagin avagin at openvz.org
Wed Jul 31 04:47:30 EDT 2013


Signed-off-by: Andrew Vagin <avagin at openvz.org>
---
 sk-tcp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sk-tcp.c b/sk-tcp.c
index 8135231..0174c36 100644
--- a/sk-tcp.c
+++ b/sk-tcp.c
@@ -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)
-- 
1.8.3.1



More information about the CRIU mailing list