diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-02-18 14:22:37 -0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-02-26 09:38:50 -0500 |
commit | 03455c2879699852b691903343e378c28992ff6a (patch) | |
tree | d7e7eaed8fc3ec9528e20d57f54c400b2dbb484a /src/core/dbus-manager.h | |
parent | e342b74468870f2e4f3e15f7277a0adea42183ca (diff) |
core: emit changes for NFailedUnits property
By notifying the clients when this property is changed it's possible to
allow "system health monitor" tools to get transitions like
running<->degraded. This is an alternative to send changes on the
SystemState property since the latter is more difficult to derive.
Diffstat (limited to 'src/core/dbus-manager.h')
-rw-r--r-- | src/core/dbus-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-manager.h b/src/core/dbus-manager.h index 3730deb576..5bdf6e17ab 100644 --- a/src/core/dbus-manager.h +++ b/src/core/dbus-manager.h @@ -27,3 +27,4 @@ extern const sd_bus_vtable bus_manager_vtable[]; void bus_manager_send_finished(Manager *m, usec_t firmware_usec, usec_t loader_usec, usec_t kernel_usec, usec_t initrd_usec, usec_t userspace_usec, usec_t total_usec); void bus_manager_send_reloading(Manager *m, bool active); +void bus_manager_send_change_signal(Manager *m); |