chiark / gitweb /
bus: make optional whether unix socket passing is negotiated and whether hello is...
authorLennart Poettering <lennart@poettering.net>
Sun, 24 Mar 2013 22:55:03 +0000 (23:55 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Mar 2013 01:33:35 +0000 (02:33 +0100)
commit021a1e78d7621bcd844a9bf22efca88960a8e28b
treeddcdf2436d4ba4d1c8a59d0e91db7fdd27db35cb
parent66f931b4c818a5f9f7f36b2a0f3b0422609a6e8d
bus: make optional whether unix socket passing is negotiated and whether hello is sent

This alos gets rid of explicit sd_open_fd() and sd_open_address()
constructors in favour of sd_new() + sd_new_start() where the
negotiation parameters may be set it in between.
src/libsystemd-bus/bus-internal.h
src/libsystemd-bus/bus-message.c
src/libsystemd-bus/sd-bus.c
src/libsystemd-bus/sd-bus.h