summaryrefslogtreecommitdiff
path: root/src/include/connection.h
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-02-11 17:19:11 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-02-11 17:19:11 +1100
commitc20cabae70d22f8102295ae1b83decbee862fd7d (patch)
treee62aaa85095661f3e52a0933efa42f790d872961 /src/include/connection.h
parent8120bd2c39bbdf5a6bcf6e39f70c34cb8784587a (diff)
parent3bc10f558dd1311581c74d89db11ec74844258c8 (diff)
downloadmongo-c20cabae70d22f8102295ae1b83decbee862fd7d.tar.gz
Merge branch 'develop' into WT-2346
Diffstat (limited to 'src/include/connection.h')
-rw-r--r--src/include/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/connection.h b/src/include/connection.h
index 49dc17beef8..b0edcef718b 100644
--- a/src/include/connection.h
+++ b/src/include/connection.h
@@ -365,6 +365,7 @@ struct __wt_connection_impl {
uint32_t txn_logsync; /* Log sync configuration */
WT_SESSION_IMPL *meta_ckpt_session;/* Metadata checkpoint session */
+ uint64_t meta_uri_hash; /* Metadata file name hash */
WT_SESSION_IMPL *sweep_session; /* Handle sweep session */
wt_thread_t sweep_tid; /* Handle sweep thread */