summaryrefslogtreecommitdiff
path: root/src/third_party/shim_wiredtiger.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-11-04 15:47:12 -0500
committerEliot Horowitz <eliot@10gen.com>2014-11-05 11:21:19 -0500
commitb0d74105634a3a2040743061c53b0e5b4eff919d (patch)
tree01f94c5ae2357292177f578a50e29bb22d8c3503 /src/third_party/shim_wiredtiger.cpp
parent5ca2daf551a2c631a5f573cb054406f5d49fbef5 (diff)
downloadmongo-b0d74105634a3a2040743061c53b0e5b4eff919d.tar.gz
SERVER-15953: add wiredtiger storage engine integration
Diffstat (limited to 'src/third_party/shim_wiredtiger.cpp')
-rw-r--r--src/third_party/shim_wiredtiger.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/shim_wiredtiger.cpp b/src/third_party/shim_wiredtiger.cpp
new file mode 100644
index 00000000000..ab1cc40aea1
--- /dev/null
+++ b/src/third_party/shim_wiredtiger.cpp
@@ -0,0 +1,3 @@
+// This file intentionally blank. shim_wiredtiger.cpp is part of the
+// third_party/wiredtiger library, which is just a placeholder for forwarding
+// library dependencies.