[CRIU] [PATCH 0/6] Rework send/recv_fd[s]
Cyrill Gorcunov
gorcunov at openvz.org
Wed Mar 21 03:47:51 EDT 2012
Hi Pavel,
here is a reworked series, hope this time I've addressed all comments.
If it's more convenient for you -- you can merge them directly.
---
The following changes since commit e8bc5ebbbfa3a4e2f8128179c3b2aa419137ccc7:
zdtm: Added maps01 to zdtm script (2012-03-21 11:33:58 +0400)
are available in the git repository at:
git://github.com/cyrillos/crtools.git sendfd-new
Cyrill Gorcunov (6):
types: Add SCM limits
parasite: Rename gen_parasite_saddr @pid to @key
util-net: Add declaration of scm_fdset structure
Add builtin_memcpy helper
util-net: Add send_fds and recv_fds
util-net: Make send_fd/recv_fd being a particular case of
send_fds/recv_fds
include/builtins.h | 22 ++++++++
include/types.h | 11 ++++
include/util-net.h | 42 ++++++++++++++-
parasite-syscall.c | 4 +-
util-net.c | 149 +++++++++++++++++++++++++++++++++++++---------------
5 files changed, 182 insertions(+), 46 deletions(-)
create mode 100644 include/builtins.h
More information about the CRIU
mailing list