chiark / gitweb /
src/core/selinux-access: #include <sys/socket.h>
[elogind.git] / src / core / mount.h
index a9550697e59a150bb9aa46c110ac1bf7ae394f56..2edb75eb544c55a63cb2bf14bb63bc5f66776088 100644 (file)
@@ -107,7 +107,7 @@ struct Mount {
         MountExecCommand control_command_id;
         pid_t control_pid;
 
-        Watch timer_watch;
+        sd_event_source *timer_event_source;
 };
 
 extern const UnitVTable mount_vtable;