Commit a9c99c09 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin

cr-dump: add compel/ptrace.h include

Need in PTRACE_PEEKSIGINFO declarations:
criu/cr-dump.c: In function ‘dump_signal_queue’:
criu/cr-dump.c:901:16: error: ‘PTRACE_PEEKSIGINFO_SHARED’ undeclared (first use in this function)
   arg.flags |= PTRACE_PEEKSIGINFO_SHARED;
                ^
criu/cr-dump.c:901:16: note: each undeclared identifier is reported only once for each function it appears in
criu/cr-dump.c:920:21: error: ‘PTRACE_PEEKSIGINFO’ undeclared (first use in this function)
   nr = ret = ptrace(PTRACE_PEEKSIGINFO, tid, &arg, si);
                     ^

Can be squashed with commit 638b0c2f11e1 ("compel: Move in parasite
engine").

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent cbe24fb9
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include "cr_options.h" #include "cr_options.h"
#include "servicefd.h" #include "servicefd.h"
#include "string.h" #include "string.h"
#include <compel/ptrace.h>
#include "ptrace-compat.h" #include "ptrace-compat.h"
#include "util.h" #include "util.h"
#include "namespaces.h" #include "namespaces.h"
......
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