commit | f00db9d8b89ad919aa61f17fb9f773a400aebe5e | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Nov 06 20:43:49 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 06 20:43:49 2015 +0000 |
tree | 5413d8f00a5f3174bc4cd576f099c6d61f07807f | |
parent | a23954306151699505d5a0e83bb33ee04d53f9dd [diff] | |
parent | 250107e9f7167507c8c038d17c0729a91830dc69 [diff] |
Merge "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)