From 736d90da1b6cee6333889912513c634d55004d90 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 29 Nov 2009 13:32:03 +0100 Subject: Introduce inode_no property --- common/tuxcmd-vfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/tuxcmd-vfs.h') diff --git a/common/tuxcmd-vfs.h b/common/tuxcmd-vfs.h index 38c7b59..9689db2 100644 --- a/common/tuxcmd-vfs.h +++ b/common/tuxcmd-vfs.h @@ -128,7 +128,8 @@ struct TVFSItem { char *FName; char *FDisplayName; /* valid UTF-8 string */ guint64 iSize; - gint64 iPackedSize; /* set to -1 if plugin doesn't support this feature */ + gint64 iPackedSize; /* set to -1 if plugin doesn't support this feature */ + guint64 inode_no; /* return 0 if not supported */ guint32 m_time; guint32 a_time; guint32 c_time; -- cgit v1.2.3