chiark / gitweb /
unit: rework trigger dependency logic
[elogind.git] / src / core / timer.h
index c145348c7d82fef19b01e0c01db225e6df87adb4..163bd6c3bee2fc510ce7285a1e212c515a744bc5 100644 (file)
@@ -74,7 +74,6 @@ struct Timer {
         usec_t next_elapse_realtime;
 
         TimerState state, deserialized_state;
-        UnitRef unit;
 
         Watch monotonic_watch;
         Watch realtime_watch;
@@ -82,8 +81,6 @@ struct Timer {
         TimerResult result;
 };
 
-void timer_unit_notify(Unit *u, UnitActiveState new_state);
-
 void timer_free_values(Timer *t);
 
 extern const UnitVTable timer_vtable;