diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-09-05 04:48:41 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-09-05 04:59:20 +0200 |
commit | 8dfa77780fe1e3944a5b63b453e7a25b11ca25c4 (patch) | |
tree | 3d535c23f2a448761d390ed3148ec3c1f95b370a /partitions.hpp | |
parent | Fix reporting of folder size on exfat-fuse (diff) | |
download | android_bootable_recovery-8dfa77780fe1e3944a5b63b453e7a25b11ca25c4.tar android_bootable_recovery-8dfa77780fe1e3944a5b63b453e7a25b11ca25c4.tar.gz android_bootable_recovery-8dfa77780fe1e3944a5b63b453e7a25b11ca25c4.tar.bz2 android_bootable_recovery-8dfa77780fe1e3944a5b63b453e7a25b11ca25c4.tar.lz android_bootable_recovery-8dfa77780fe1e3944a5b63b453e7a25b11ca25c4.tar.xz android_bootable_recovery-8dfa77780fe1e3944a5b63b453e7a25b11ca25c4.tar.zst android_bootable_recovery-8dfa77780fe1e3944a5b63b453e7a25b11ca25c4.zip |
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp index 00f435a79..4fe155ec5 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -239,7 +239,7 @@ private: TWPartition* Find_Next_Storage(string Path, string Exclude); int Open_Lun_File(string Partition_Path, string Lun_File); int mtpid; - pthread_t mtpthread; + pid_t mtppid; bool mtp_was_enabled; private: |