X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fautomount.h;h=8334c9752d4c128f36d0ed2f79b2bf92ca1c5fab;hb=ce3fd7e72a1b101002617bd410031e65d290f56f;hp=1a6cc98fd1ee857406cc68f8eccc133fe8c975af;hpb=74ac3cbd509de2f5995542aa5db39328e8cbd22a;p=elogind.git diff --git a/src/automount.h b/src/automount.h index 1a6cc98fd..8334c9752 100644 --- a/src/automount.h +++ b/src/automount.h @@ -36,20 +36,19 @@ typedef enum AutomountState { } AutomountState; struct Automount { - Meta meta; + Unit meta; AutomountState state, deserialized_state; 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;