]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/mount.h
core: also port mount units to PidRef
[thirdparty/systemd.git] / src / core / mount.h
index 25606747196056a377a09de567e50655e4ab12ae..2c48d32b07dea8a90d8e74fcbde9e872b6cc9dec 100644 (file)
@@ -3,8 +3,9 @@
 
 typedef struct Mount Mount;
 
-#include "kill.h"
 #include "dynamic-user.h"
+#include "kill.h"
+#include "pidref.h"
 #include "unit.h"
 
 typedef enum MountExecCommand {
@@ -83,7 +84,7 @@ struct Mount {
 
         ExecCommand* control_command;
         MountExecCommand control_command_id;
-        pid_t control_pid;
+        PidRef control_pid;
 
         sd_event_source *timer_event_source;