X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fscope.h;h=4d8a1714bcc1a9385787bec346469fe07b52598f;hb=cccb0b2cdbd25e90ae92d2d5b107125cb1ca3433;hp=2a3dcb73d7a0c9f449fdb82090e0843ff261cfb0;hpb=6c12b52e19640747e96f89d85422941a23dc6b29;p=elogind.git diff --git a/src/core/scope.h b/src/core/scope.h index 2a3dcb73d..4d8a1714b 100644 --- a/src/core/scope.h +++ b/src/core/scope.h @@ -57,7 +57,7 @@ struct Scope { Set *pids; - Watch timer_watch; + sd_event_source *timer_event_source; }; extern const UnitVTable scope_vtable;