diff options
Diffstat (limited to 'mtp/mtp_MtpServer.hpp')
-rwxr-xr-x | mtp/mtp_MtpServer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mtp/mtp_MtpServer.hpp b/mtp/mtp_MtpServer.hpp index ce6b13c2d..3153e80bf 100755 --- a/mtp/mtp_MtpServer.hpp +++ b/mtp/mtp_MtpServer.hpp @@ -36,6 +36,7 @@ typedef struct Storage { std::string display; std::string mount; int mtpid; + uint64_t maxFileSize; } storage; typedef std::vector<storage*> storages; |