X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount.h;h=d6987e6fa199b34832e53a9ab04775dab679f6ec;hb=687f6a0ba77872299b9fb1f2f04d31c977088a63;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;