criu/compel/plugins/include/uapi/plugin-std.h
Dmitry Safonov 12ca38255c compel: remove not needed from uapi
Delete plugins/include/asm/std directory - let it be without plugin name.
Make symlinks to reuse criu's files, except those, which will
be deleted after libcompel from criu (like syscalls).

Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-03-14 23:58:09 +03:00

15 lines
301 B
C

#ifndef COMPEL_PLUGIN_STD_STD_H__
#define COMPEL_PLUGIN_STD_STD_H__
#include "uapi/plugins.h"
#include "uapi/std/syscall.h"
struct prologue_init_args {
struct sockaddr *ctl_sock_addr;
socklen_t ctl_sock_addr_len;
unsigned int arg_s;
void *arg_p;
};
#endif /* COMPEL_PLUGIN_STD_STD_H__ */