OpenVZ Forum


Home » Mailing lists » Devel » [PATCH 0/11] user-cr: support for pids as shared objects (v2)
[PATCH 09/11] ckptinfo: s/ckpt_pids/ckpt_task_pids/ after kerenl header update [message #41567 is a reply to message #41565] Mon, 07 February 2011 17:21 Go to previous messageGo to previous message
Oren Laadan is currently offline  Oren Laadan
Messages: 71
Registered: August 2007
Member
Signed-off-by: Oren Laadan <orenl@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@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containe rs
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [PATCH 06/11] restart: rename 'ctx-&gt;tasks_arr' to 'ctx-&gt;tasks'
Next Topic: [PATCH v3] cgroup/freezer: add per freezer duty ratio control
Goto Forum:
  


Current Time: Thu Aug 28 14:41:12 GMT 2025

Total time taken to generate the page: 0.10803 seconds