[Devel] [PATCH 09/11] ckptinfo: s/ckpt_pids/ckpt_task_pids/ after kerenl header update

Oren Laadan orenl at cs.columbia.edu
Mon Feb 7 09:21:30 PST 2011


Signed-off-by: Oren Laadan <orenl at cs.columbia.edu>
---
 ckptinfo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ckptinfo.c b/ckptinfo.c
index d73b38c..1361c21 100644
--- a/ckptinfo.c
+++ b/ckptinfo.c
@@ -254,7 +254,7 @@ static int image_parse(int fd, struct args *args)
 static int image_parse_tree(struct ckpt_hdr *h, int fd, struct args *args)
 {
 	struct ckpt_hdr_tree *hh;
-	struct ckpt_pids *pp;
+	struct ckpt_task_pids *pp;
 	int nr_tasks;
 	int i, ret;
 
@@ -268,7 +268,7 @@ static int image_parse_tree(struct ckpt_hdr *h, int fd, struct args *args)
 	if (ret <= 0)
 		return -1;
 
-	pp =  (struct ckpt_pids *) h;
+	pp =  (struct ckpt_task_pids *) h;
 
 	if (args->show_task_tree) {
 		for (i = 0; i < nr_tasks; i++) {
-- 
1.7.1

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list