Commit 338bc134 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

crtools: add comments to fields of struct pid

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 278e975e
......@@ -178,8 +178,8 @@ struct rst_info {
struct pid
{
u32 real_pid;
u32 pid;
u32 real_pid; /* used to peek/poke tasks during dump stage */
u32 pid; /* used all over in the images and saved after restore */
};
struct pstree_item {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment