[CRIU] [PATCH 1/6] parasite: Add comments on control block structure
Cyrill Gorcunov
gorcunov at openvz.org
Tue Feb 14 08:41:56 EST 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
include/parasite-syscall.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/parasite-syscall.h b/include/parasite-syscall.h
index 9efb9c7..8261ec0 100644
--- a/include/parasite-syscall.h
+++ b/include/parasite-syscall.h
@@ -14,9 +14,9 @@
/* parasite control block */
struct parasite_ctl {
pid_t pid; /* process pid where we live in */
- void * remote_map;
- void * local_map;
- unsigned long map_length;
+ void * remote_map; /* address inside alien process */
+ void * local_map; /* alien remapped in own space */
+ unsigned long map_length; /* length of mapped area */
unsigned long parasite_ip; /* service routine start ip */
void * addr_cmd; /* addr for command */
void * addr_args; /* address for arguments */
--
1.7.7.6
More information about the CRIU
mailing list