From cf85cccfdb1aa57b6246641f606563288e0870e5 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 29 Apr 2019 12:23:35 +0200 Subject: sync with upstream --- xbmc/filesystem/IFileTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xbmc/filesystem/IFileTypes.h') 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 uint64_t forward; /**< number of bytes cached forward of current position */ unsigned maxrate; /**< maximum number of bytes per second cache is allowed to fill */ unsigned currate; /**< average read rate from source file since last position change */ - float level; /**< cache level (0.0 - 1.0) */ + bool lowspeed; /**< cache low speed condition detected? */ }; typedef enum { -- cgit v1.2.3