summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/tuxcmd-vfs.h3
1 files changed, 2 insertions, 1 deletions
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;