Commit 0d34b270 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Cyrill Gorcunov

crtools: Remove unused and wrong arrays from pstree image

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 759533ce
...@@ -43,9 +43,6 @@ struct pstree_entry { ...@@ -43,9 +43,6 @@ struct pstree_entry {
u32 pid; u32 pid;
u32 nr_children; u32 nr_children;
u32 nr_threads; u32 nr_threads;
u32 children[0];
u32 threads[0];
} __packed; } __packed;
struct pipe_entry { struct pipe_entry {
......
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