sysdeps-unix: add basic IO primitives for unix fd passing
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2009 01:20:27 +0000 (03:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 May 2009 23:36:27 +0000 (01:36 +0200)
commit4c4db7f9da1aa29c264a9f9d7d9fb1d774e28ee1
tree7b54a00000498005f0d0c19b5d9c91814658cb08
parent64c63db21ebdc81f4f830d0d9f1957259cff8f24
sysdeps-unix: add basic IO primitives for unix fd passing

This introduces three new functions:

_dbus_read_socket_with_unix_fds
_dbus_write_socket_with_unix_fds
_dbus_read_socket_with_unix_fds_two

These work exactly like their counterpart sans 'with_unix_fds' except
that they also send/recieve file descriptors along with the actual
payload data.
configure.in
dbus/dbus-sysdeps-unix.c
dbus/dbus-sysdeps.h