From c4e2ceae941d02de5574becbfd3b4db15de2eda3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Aug 2010 02:26:05 +0200 Subject: dbus: follow standardized fdo PropertiesChanged signal spec --- src/unit.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index 993a6cb778..0362602fa1 100644 --- a/src/unit.h +++ b/src/unit.h @@ -334,6 +334,14 @@ struct UnitVTable { /* Type specific cleanups. */ void (*shutdown)(Manager *m); + /* When sending out PropertiesChanged signal, which properties + * shall be invalidated? This is a NUL seperated list of + * strings, to minimize relocations a little. */ + const char *bus_invalidating_properties; + + /* The interface name */ + const char *bus_interface; + /* Can units of this type have multiple names? */ bool no_alias:1; -- cgit v1.2.3-54-g00ecf