From 7cb4c3322b3a282e63e77b0d2205fd2e51b8b932 Mon Sep 17 00:00:00 2001 From: bigbiff Date: Wed, 26 Nov 2014 20:36:07 -0500 Subject: add function to partition.cpp to return max file size to mtp responder Change-Id: If8114b5eac741db6c512fb35cb48e3825c2ff098 --- mtp/twrpMtp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtp/twrpMtp.hpp') diff --git a/mtp/twrpMtp.hpp b/mtp/twrpMtp.hpp index f0d8f4bfd..3aaa96414 100755 --- a/mtp/twrpMtp.hpp +++ b/mtp/twrpMtp.hpp @@ -36,7 +36,7 @@ class twrpMtp { twrpMtp(int debug_enabled /* = 0 */); pthread_t threadserver(void); pid_t forkserver(void); - void addStorage(std::string display, std::string path, int mtpid); + void addStorage(std::string display, std::string path, int mtpid, uint64_t maxFileSize); private: int start(void); typedef int (twrpMtp::*ThreadPtr)(void); -- cgit v1.2.3