summaryrefslogtreecommitdiff
path: root/src/include/dhandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/dhandle.h')
-rw-r--r--src/include/dhandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/dhandle.h b/src/include/dhandle.h
index d7802bb319b..dcc788f0839 100644
--- a/src/include/dhandle.h
+++ b/src/include/dhandle.h
@@ -42,7 +42,7 @@
* A handle for a generic named data source.
*/
struct __wt_data_handle {
- WT_RWLOCK *rwlock; /* Lock for shared/exclusive ops */
+ WT_RWLOCK rwlock; /* Lock for shared/exclusive ops */
TAILQ_ENTRY(__wt_data_handle) q;
TAILQ_ENTRY(__wt_data_handle) hashq;