summaryrefslogtreecommitdiff
path: root/src/include/connection.h
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-09-11 09:41:13 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-09-11 09:41:13 -0400
commitc97794bc9e0a9a42f2b25b402424ce9a6a63feea (patch)
tree74f6c2dd52663ef13bfbf544c867f4a1883d0b57 /src/include/connection.h
parent4fad6e01a503b74c43bdda91f50f4b6cd3a1816a (diff)
downloadmongo-c97794bc9e0a9a42f2b25b402424ce9a6a63feea.tar.gz
Add a spin_destroy call for the new reconfig_lock, sort the lists of locks.
Diffstat (limited to 'src/include/connection.h')
-rw-r--r--src/include/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/connection.h b/src/include/connection.h
index 97314759342..9af23f95cbf 100644
--- a/src/include/connection.h
+++ b/src/include/connection.h
@@ -75,8 +75,8 @@ struct __wt_connection_impl {
WT_SPINLOCK api_lock; /* Connection API spinlock */
WT_SPINLOCK checkpoint_lock; /* Checkpoint spinlock */
WT_SPINLOCK fh_lock; /* File handle queue spinlock */
- WT_SPINLOCK schema_lock; /* Schema operation spinlock */
WT_SPINLOCK reconfig_lock; /* Single thread reconfigure */
+ WT_SPINLOCK schema_lock; /* Schema operation spinlock */
/*
* We distribute the btree page locks across a set of spin locks; it