/usr/include/compel/plugins/std/fds.h is in criu 3.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 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__ */
|