aboutsummaryrefslogtreecommitdiff
path: root/xbmc/filesystem/FileCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/filesystem/FileCache.h')
-rw-r--r--xbmc/filesystem/FileCache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/filesystem/FileCache.h b/xbmc/filesystem/FileCache.h
index 1663b4c773..918c2cd01a 100644
--- a/xbmc/filesystem/FileCache.h
+++ b/xbmc/filesystem/FileCache.h
@@ -71,6 +71,9 @@ namespace XFILE
unsigned m_writeRate;
unsigned m_writeRateActual;
int64_t m_forwardCacheSize;
+ int64_t m_forward;
+ bool m_bFilling;
+ bool m_bLowSpeedDetected;
std::atomic<int64_t> m_fileSize;
unsigned int m_flags;
CCriticalSection m_sync;