summaryrefslogtreecommitdiff
path: root/src/automount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/automount.h')
-rw-r--r--src/automount.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/automount.h b/src/automount.h
index 1a6cc98fd1..c6326ed3c2 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;