2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-27 20:37:57 +00:00
Cyrill Gorcunov fe0413ef9e compel: plugins -- Merge fds plugin into std
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>
2017-03-15 00:06:13 +03:00

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__ */