commit | 250107e9f7167507c8c038d17c0729a91830dc69 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Nov 06 12:18:34 2015 -0800 |
committer | Josh Gao <jmgao@google.com> | Fri Nov 06 12:19:23 2015 -0800 |
tree | 459f4dcb482db097b11e6bc26e6de22691f1804b | |
parent | 11d18f1491430902939e8d3be4d895e6e950f00c [diff] |
adb: add basename_lock to mutex_list.h. Fixes crash on Windows. Change-Id: Ic87d8ff30a2e824b6012e7e94b8d83442e17d000
diff --git a/adb/mutex_list.h b/adb/mutex_list.h index 79c48d8..b59c9f2 100644 --- a/adb/mutex_list.h +++ b/adb/mutex_list.h
@@ -6,6 +6,7 @@ #ifndef ADB_MUTEX #error ADB_MUTEX not defined when including this file #endif +ADB_MUTEX(basename_lock) ADB_MUTEX(dirname_lock) ADB_MUTEX(socket_list_lock) ADB_MUTEX(transport_lock)