X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Funit.h;h=0362602fa1d92bb31436f6741445041cdb275727;hp=993a6cb778910f193c3a2aa357c4f34372b22bcd;hb=c4e2ceae941d02de5574becbfd3b4db15de2eda3;hpb=d06dacd0020af7e31ff6089deff339b00ed979e3 diff --git a/src/unit.h b/src/unit.h index 993a6cb77..0362602fa 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;