From 1c50d6836601b8a6258dd6e299b3f299aa8d4a0f Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 15 Nov 2008 16:21:23 +0100 Subject: Packed size info support --- common/vfs_types.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'common/vfs_types.h') diff --git a/common/vfs_types.h b/common/vfs_types.h index 29b51b4..5e09ab6 100644 --- a/common/vfs_types.h +++ b/common/vfs_types.h @@ -138,9 +138,10 @@ enum TVFSItemType { struct TVFSItem { char *FName; - char *FDisplayName; - u_int64_t iSize; - __time_t m_time; // numbers should be located before the other variables (bug?) + char *FDisplayName; // valid UTF-8 string + int64_t iSize; + int64_t iPackedSize; // set to -1 if plugin doesn't support this feature + __time_t m_time; // numbers should be located before the other variables (bug?) __time_t a_time; __time_t c_time; __mode_t iMode; -- cgit v1.2.3