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

Pavel Emelyanov xemul at parallels.com
Wed Jul 31 09:14:42 EDT 2013


On 07/31/2013 12:47 PM, Andrew Vagin wrote:
> 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)
> 


Applied


More information about the CRIU mailing list