criu/lib
Adrian Reber eeff0e171d lib/c: extend receive to handle incoming FDs
When using libcriu with the notify callback functionality CRIU transmits
an FD during 'orphan-pts-master' back to libcriu user. This is message
is sent via sendmsg() to transmit the FD and not via write() as all
other protobuf messages.

libcriu was using recv() and to be able to receive the FD this needs to
be changed to recvmsg() and if an FD is attached to it (currently only
for 'orphan-pts-master' this FD is stored in a variable which can be
retrieved with the function criu_get_orphan_pts_master_fd().

Signed-off-by: Adrian Reber <areber@redhat.com>
2020-08-04 23:24:35 -07:00
..
c lib/c: extend receive to handle incoming FDs 2020-08-04 23:24:35 -07:00
py pidns: add pidns image file definition 2020-07-16 05:32:57 +03:00
Makefile make: Insert version macros in criu.h 2019-09-07 15:59:55 +03:00