summaryrefslogtreecommitdiffstats
path: root/mtp/mtp_MtpServer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mtp/mtp_MtpServer.hpp')
-rwxr-xr-xmtp/mtp_MtpServer.hpp1
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;