diff options
Diffstat (limited to 'mtp/MtpStorage.h')
-rwxr-xr-x | mtp/MtpStorage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mtp/MtpStorage.h b/mtp/MtpStorage.h index 418e3db8c..cdbb73b50 100755 --- a/mtp/MtpStorage.h +++ b/mtp/MtpStorage.h @@ -113,6 +113,7 @@ private: bool use_mutex; pthread_mutex_t inMutex; // inotify mutex pthread_mutex_t mtpMutex; // main mtp mutex + int inotify_thread_kill; }; #endif // _MTP_STORAGE_H |