diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-11-29 13:32:03 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-11-29 13:32:03 +0100 |
| commit | 736d90da1b6cee6333889912513c634d55004d90 (patch) | |
| tree | 020ebaad508bf80f69bce17026d729a26f69f1e4 /common | |
| parent | ae2be16f015cb0db7c5b6bd1669baaf53be702d1 (diff) | |
| download | tuxcmd-modules-736d90da1b6cee6333889912513c634d55004d90.tar.xz | |
Introduce inode_no property
Diffstat (limited to 'common')
| -rw-r--r-- | common/tuxcmd-vfs.h | 3 |
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; |
