X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fautomount.h;h=c6326ed3c23d99cd197d6bb2ff722c669ad74e70;hb=6ef25fb65ee0a62972ed7cbc01b6a11feb5fcb16;hp=1a6cc98fd1ee857406cc68f8eccc133fe8c975af;hpb=74ac3cbd509de2f5995542aa5db39328e8cbd22a;p=elogind.git diff --git a/src/automount.h b/src/automount.h index 1a6cc98fd..c6326ed3c 100644 --- a/src/automount.h +++ b/src/automount.h @@ -42,14 +42,13 @@ struct Automount { char *where; - Mount *mount; + UnitRef mount; int pipe_fd; mode_t directory_mode; Watch pipe_watch; dev_t dev_id; - Set *tokens; bool failure:1;