summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mountP.h
diff options
context:
space:
mode:
authorKarel Zak2010-03-09 15:48:11 +0100
committerKarel Zak2010-06-03 15:20:11 +0200
commit26b4f9e4551ca97334dd06114bf0f97a75c4ce81 (patch)
treec0941d271ecf19932108445e6c600db4c154b3c9 /shlibs/mount/src/mountP.h
parentlibblkid: add mnt_iter_get_direction() (diff)
downloadkernel-qcow2-util-linux-26b4f9e4551ca97334dd06114bf0f97a75c4ce81.tar.gz
kernel-qcow2-util-linux-26b4f9e4551ca97334dd06114bf0f97a75c4ce81.tar.xz
kernel-qcow2-util-linux-26b4f9e4551ca97334dd06114bf0f97a75c4ce81.zip
libmount: add support for userdata and work with VFS tree
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mountP.h')
-rw-r--r--shlibs/mount/src/mountP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shlibs/mount/src/mountP.h b/shlibs/mount/src/mountP.h
index e92ba701a..4b4e5b5b5 100644
--- a/shlibs/mount/src/mountP.h
+++ b/shlibs/mount/src/mountP.h
@@ -155,6 +155,8 @@ struct _mnt_fs {
int flags; /* MNT_FS_* flags */
int lineno; /* line number in the parental file */
+
+ void *userdata; /* library independent data */
};
/*