mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 18:25:14 +00:00
The plugin provides basic features as string copying, syscalls, printing. Not used on its own by now but will be shipping by default with other plugins. With great help from Dmitry Safonov. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
6 lines
139 B
C
6 lines
139 B
C
#ifndef COMPEL_PLUGIN_STD_STD_H__
|
|
#define COMPEL_PLUGIN_STD_STD_H__
|
|
|
|
#include "uapi/std/syscall.h"
|
|
|
|
#endif /* COMPEL_PLUGIN_STD_STD_H__ */
|