mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 17:43:59 +00:00
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>
15 lines
301 B
C
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__ */
|