mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 20:37:57 +00:00
We use fds helpers in std plugin anyway so just merge it in. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
8 lines
160 B
C
8 lines
160 B
C
#ifndef COMPEL_PLUGIN_STD_FDS_H__
|
|
#define COMPEL_PLUGIN_STD_FDS_H__
|
|
|
|
#include <sys/un.h>
|
|
#include <compel/common/scm.h>
|
|
|
|
#endif /* COMPEL_PLUGIN_STD_FDS_H__ */
|