[CRIU] [PATCH 0/3] compel: plugins,fds -- Fix protos mismatch
Cyrill Gorcunov
gorcunov at openvz.org
Mon Nov 14 12:01:14 PST 2016
In the series we unify fds plugin uapi with one used in the
criu itself so the same naming will help in future (I would
really like simply drop off criu's instance and link with
fds.built-in.o directly in criu).
Note that fds plugin uses std plugin and depend on libcompel
library as well. Probably in future all these plugins get
compiled into libcompel.
p.s.: Stas, we can't simply shadow __memcpy with memcpy,
it's pie code without libc linked in, so we depend on
std module which provides generic std_memcpy.
Cyrill Gorcunov (3):
scm: scm_fdset_init -- Drop unused @with_flags argument
scm: common -- Hide struct fd_opts argument
compel: plugins,fds -- Unify prototypes
compel/plugins/fds/fds.c | 17 -----------------
compel/plugins/include/uapi/plugin-fds.h | 25 +------------------------
include/common/scm-code.c | 10 +++++++---
include/common/scm.h | 11 +++++++++++
4 files changed, 19 insertions(+), 44 deletions(-)
--
2.7.4
More information about the CRIU
mailing list