]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-session.h
logind: switch to sd_bus_track helper
[thirdparty/systemd.git] / src / login / logind-session.h
index b8565ebf515724a61b15c281b01d792848f6c993..d054c33ceca6b5a671b4352943914d99056ca04a 100644 (file)
@@ -117,6 +117,7 @@ struct Session {
 
         char *controller;
         Hashmap *devices;
+        sd_bus_track *track;
 
         LIST_FIELDS(Session, sessions_by_user);
         LIST_FIELDS(Session, sessions_by_seat);