diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-13 03:57:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-13 03:57:04 +0200 |
commit | 9fff8a1f165eb401f5411f96c755bb7704fdaa81 (patch) | |
tree | 69b40bc4da9f6b8962d14c9ebf989f23d0133e82 /src/mount.h | |
parent | 560d8f23811162542c1748f711ea6dce269d2720 (diff) |
mount: hook in q fsck@.service instance for all mount points with passno > 0
Diffstat (limited to 'src/mount.h')
-rw-r--r-- | src/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount.h b/src/mount.h index 8d8c738b07..954058ceb5 100644 --- a/src/mount.h +++ b/src/mount.h @@ -56,6 +56,7 @@ typedef struct MountParameters { char *what; char *options; char *fstype; + int passno; } MountParameters; struct Mount { |