mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
It's libcompel's helper. We need to address this problem later. travis-ci: success for compel: A few fixes and example Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
23 lines
380 B
C
23 lines
380 B
C
#include <errno.h>
|
|
|
|
#include "uapi/plugins.h"
|
|
|
|
#include "uapi/std/syscall.h"
|
|
#include "uapi/std/string.h"
|
|
#include "uapi/std/log.h"
|
|
#include "uapi/plugin-fds.h"
|
|
|
|
#include "std-priv.h"
|
|
|
|
#define pr_err(fmt, ...)
|
|
|
|
#include "common/compiler.h"
|
|
#include "common/bug.h"
|
|
|
|
#define __sys(foo) sys_##foo
|
|
#define __memcpy std_memcpy
|
|
|
|
#include "common/scm-code.c"
|
|
|
|
PLUGIN_REGISTER_DUMMY(fds)
|