2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-01 23:05:39 +00:00

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>
This commit is contained in:
Cyrill Gorcunov
2016-11-25 19:44:13 +03:00
committed by Andrei Vagin
parent a9a7bf7b49
commit fe0413ef9e
7 changed files with 13 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
#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__ */