chiark / gitweb /
transaction: print more information about conflicting jobs
[elogind.git] / src / core / scope.h
index 2a3dcb73d7a0c9f449fdb82090e0843ff261cfb0..014b50c765199f60d74a1dea6000f2fff2c935ad 100644 (file)
@@ -55,9 +55,11 @@ struct Scope {
 
         usec_t timeout_stop_usec;
 
+        char *controller;
+
         Set *pids;
 
-        Watch timer_watch;
+        sd_event_source *timer_event_source;
 };
 
 extern const UnitVTable scope_vtable;