]> git.ipfire.org Git - thirdparty/systemd.git/commit - TODO
dbus: make daemon reexecution synchronous
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Apr 2011 20:07:01 +0000 (22:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Apr 2011 20:07:01 +0000 (22:07 +0200)
commitb23de6af893c11da4286bc416455cd0926d1532e
treee2a7e00fcedc9b8314b7035f3a4fdb6eca05bead
parentb4bd51448fa8b7574e9a92af50b58da9bb0dfb5e
dbus: make daemon reexecution synchronous

We simply keep open copies of the dbus connections across the
reexecution and close them as last step of it. A client can thus simply
wait until its connection is dropped to know when the reexecution is
finished.

https://bugzilla.redhat.com/show_bug.cgi?id=698198
TODO
src/dbus-manager.c
src/dbus.c
src/dbus.h
src/fdset.c
src/manager.c
src/systemctl.c