Skip to content
  • Lennart Poettering's avatar
    sysdeps-unix: add basic IO primitives for unix fd passing · 4c4db7f9
    Lennart Poettering authored
    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.
    4c4db7f9