diff options
Diffstat (limited to 'src/core/mount.h')
-rw-r--r-- | src/core/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h index 2dcb663cb1..d6987e6fa1 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -112,6 +112,8 @@ struct Mount { pid_t control_pid; sd_event_source *timer_event_source; + + unsigned n_retry_umount; }; extern const UnitVTable mount_vtable; |