[CRIU] [PATCH 0/5 send-fds, take 2] Introducing send/receive-fds

Cyrill Gorcunov gorcunov at openvz.org
Wed Mar 21 07:47:37 EDT 2012


Hope I didn't miss any nit you've pointed.

---
The following changes since commit 309b2c1877e98ccd69353bc93b87e4b4e520aa0d:

  parasite: Rename gen_parasite_saddr @pid to @key (2012-03-21 14:40:25 +0400)

are available in the git repository at:
  git://github.com/cyrillos/crtools.git sendfd-new

Cyrill Gorcunov (5):
      types: Add SCM limits
      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    |    5 ++
 include/util-net.h |   42 +++++++++++++++-
 util-net.c         |  141 ++++++++++++++++++++++++++++++++++++---------------
 4 files changed, 166 insertions(+), 44 deletions(-)
 create mode 100644 include/builtins.h



More information about the CRIU mailing list