X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=mount.h;fp=mount.h;h=9a8079f48d102bed52183341a85ad02a70f2e86f;hb=f50e0a012340fa8dfe6ec7f0cd869f5f3a052d7a;hp=5b5d5a38c046587fc45b5adcd3302ebbdb451cf0;hpb=b08d03ffe58332f590aae5c78a85e4fc0b8588ce;p=elogind.git diff --git a/mount.h b/mount.h index 5b5d5a38c..9a8079f48 100644 --- a/mount.h +++ b/mount.h @@ -22,6 +22,9 @@ struct Mount { MountState state; char *what, *where; + + bool from_etc_fstab:1; + bool from_proc_self_mountinfo:1; }; extern const UnitVTable mount_vtable;