libvirt/docs/internals
Daniel P. Berrange b0f996a6b1 Extend RPC protocol to allow FD passing
Define two new RPC message types VIR_NET_CALL_WITH_FDS and
VIR_NET_REPLY_WITH_FDS. These message types are equivalent
to VIR_NET_CALL and VIR_NET_REPLY, except that between the
message header, and payload there is a 32-bit integer field
specifying how many file descriptors have been passed.

The actual file descriptors are sent/recv'd out of band.

* src/rpc/virnetmessage.c, src/rpc/virnetmessage.h,
  src/libvirt_private.syms: Add support for handling
  passed file descriptors
* src/rpc/virnetprotocol.x: Extend protocol for FD
  passing
2011-10-28 10:27:15 +01:00
..
command.html.in maint: typo fixes 2011-10-10 14:02:06 -06:00
locking.html.in maint: fix typos 2011-07-15 12:15:04 -06:00
rpc.html.in Extend RPC protocol to allow FD passing 2011-10-28 10:27:15 +01:00