]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: don't bother enqueuing signal messages into busses that aren't ready yet
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Feb 2018 17:27:47 +0000 (18:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 27 Feb 2018 18:54:29 +0000 (19:54 +0100)
commit9fc677e3c997548e701f418e0b413441e1c5e891
treeec50488e052f5bb8c65bf8f5aa7b45b14dd6b557
parent2770da027a761aecb17610374f4f60cc1c6e76cd
core: don't bother enqueuing signal messages into busses that aren't ready yet

This is an optimization: there's no point in enqueuing unit and job
change notificiation signal messages into bus connection that aren't
fully set up yet.

This doesn't fix #8166 but should lower the load of messages enqueued
but not processed yet a bit.
src/core/dbus.c