chiark / gitweb /
src/core/selinux-access: #include <sys/socket.h>
[elogind.git] / src / core / mount.h
index 7cd4320d94e5ed7551211a5115ffdc2f00862a37..2edb75eb544c55a63cb2bf14bb63bc5f66776088 100644 (file)
@@ -58,7 +58,6 @@ typedef struct MountParameters {
         char *what;
         char *options;
         char *fstype;
-        int passno;
 } MountParameters;
 
 typedef enum MountResult {
@@ -108,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;