diff options
Diffstat (limited to 'xbmc/filesystem')
| -rw-r--r-- | xbmc/filesystem/IFileTypes.h | 2 |
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 | ||
| 57 | typedef enum { | 57 | typedef enum { |
