commit | 666cd185048abc26a5b87772dbe6257cb4cddc38 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Nov 06 20:47:52 2015 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 06 20:47:52 2015 +0000 |
tree | 93687167bb1efe62b65b8096da7ca92c4624c007 | |
parent | f44f4e92f85163ec06be1d49bdaaaac9390c62b5 [diff] | |
parent | 55f0ff46734a0e107e7c10b63b47a670b6decf60 [diff] |
Merge "adb: add basename_lock to mutex_list.h." am: f00db9d8b8 am: 148f362579 * commit '148f3625797fa989ea327521ef2e73b23709a80c': adb: add basename_lock to mutex_list.h.
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)