summaryrefslogtreecommitdiffstats
path: root/xbmc/filesystem/IFileTypes.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2019-04-29 12:22:05 +0200
committermanuel <manuel@mausz.at>2019-04-29 12:22:05 +0200
commite317daf081a1048904fdf0b548946fa3ba6593a7 (patch)
tree285a58fe8c6b4a95c9a6020afbe7bcc9cb913ea7 /xbmc/filesystem/IFileTypes.h
parent483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff)
downloadkodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.gz
kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.bz2
kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.zip
sync with upstream
Diffstat (limited to 'xbmc/filesystem/IFileTypes.h')
-rw-r--r--xbmc/filesystem/IFileTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/filesystem/IFileTypes.h b/xbmc/filesystem/IFileTypes.h
index 7470b15..6817752 100644
--- a/xbmc/filesystem/IFileTypes.h
+++ b/xbmc/filesystem/IFileTypes.h
@@ -51,7 +51,7 @@ struct SCacheStatus
51 uint64_t forward; /**< number of bytes cached forward of current position */ 51 uint64_t forward; /**< number of bytes cached forward of current position */
52 unsigned maxrate; /**< maximum number of bytes per second cache is allowed to fill */ 52 unsigned maxrate; /**< maximum number of bytes per second cache is allowed to fill */
53 unsigned currate; /**< average read rate from source file since last position change */ 53 unsigned currate; /**< average read rate from source file since last position change */
54 float level; /**< cache level (0.0 - 1.0) */ 54 bool lowspeed; /**< cache low speed condition detected? */
55}; 55};
56 56
57typedef enum { 57typedef enum {