X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount.h;h=d6987e6fa199b34832e53a9ab04775dab679f6ec;hb=e331e24649213f2e093e16e4d3d64ee823dfc375;hp=2dcb663cb142fcef439b57a6e1b068eb24ee1391;hpb=2dbd4a9454f127f600e5764b7883a472eeb32be0;p=elogind.git diff --git a/src/core/mount.h b/src/core/mount.h index 2dcb663cb..d6987e6fa 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;