[CRIU] [PATCH 06/15] protobuf: use generic show function for fifo

Kinsbursky Stanislav skinsbursky at openvz.org
Wed Jul 18 05:05:21 EDT 2012


From: Stanislav Kinsbursky <skinsbursky at openvz.org>

Signed-off-by: Stanislav Kinsbursky <skinsbursky at openvz.org>
---
 cr-show.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/cr-show.c b/cr-show.c
index 82cc5aa..4b9a801 100644
--- a/cr-show.c
+++ b/cr-show.c
@@ -211,7 +211,7 @@ void show_fifo(int fd, struct cr_options *o)
 	while (1) {
 		if (pb_read_eof(fd, &e, fifo_entry) <= 0)
 			break;
-		pr_msg("id: 0x%8x pipeid: 0x%8x\n", e->id, e->pipe_id);
+		pb_show_msg(e, &fifo_entry__descriptor);
 		fifo_entry__free_unpacked(e, NULL);
 	}
 	pr_img_tail(CR_FD_FIFO);


More information about the CRIU mailing list