X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount.h;fp=src%2Fcore%2Fmount.h;h=d6987e6fa199b34832e53a9ab04775dab679f6ec;hb=7d54a03a877e9c3f3f3087401ac4ccc1e12c78ea;hp=2dcb663cb142fcef439b57a6e1b068eb24ee1391;hpb=b1acce80cd60fe95f16df2f1ad23ff2ad82d08e5;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;