2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

libcriu: Pi compilation -- add PR_SET_CHILD_SUBREAPER constant

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2014-06-27 15:27:14 +04:00
parent 7dfcf2a4cb
commit 8e11c8ec11

View File

@@ -15,6 +15,10 @@
#include "rpc.pb-c.h"
#include "cr-service-const.h"
#ifndef PR_SET_CHILD_SUBREAPER
#define PR_SET_CHILD_SUBREAPER 36
#endif
const char *criu_lib_version = CRIU_VERSION;
static char *service_address = CR_DEFAULT_SERVICE_ADDRESS;