summaryrefslogtreecommitdiff
path: root/vfs/uVFSprototypes.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-29 13:31:03 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-29 13:31:03 +0100
commit9883e3b4eec8e457b49cb70ca006f5f7601332da (patch)
treebb9c8fdb6e6a2a1b57458b2d036ee76040977265 /vfs/uVFSprototypes.pas
parentfa0bc075f4f3cfc841f4003914ce729820b09d22 (diff)
downloadtuxcmd-9883e3b4eec8e457b49cb70ca006f5f7601332da.tar.xz
Introduce inode_no property
Diffstat (limited to 'vfs/uVFSprototypes.pas')
-rw-r--r--vfs/uVFSprototypes.pas5
1 files changed, 3 insertions, 2 deletions
diff --git a/vfs/uVFSprototypes.pas b/vfs/uVFSprototypes.pas
index 75c7349..bef0246 100644
--- a/vfs/uVFSprototypes.pas
+++ b/vfs/uVFSprototypes.pas
@@ -90,9 +90,10 @@ type
PVFSItem = ^TVFSItem;
TVFSItem = record
FName: PChar;
- FDisplayName: PChar; // FDisplayName - plugins must return valid UTF-8 string
+ FDisplayName: PChar; // plugins must return valid UTF-8 string
iSize: guint64;
- iPackedSize: gint64; // iPackedSize - set to -1 if plugin doesn't support this feature
+ iPackedSize: gint64; // set to -1 if plugin doesn't support this feature
+ inode_no: guint64; // return 0 if not supported
m_time: guint32;
a_time: guint32;
c_time: guint32;