summaryrefslogtreecommitdiff
path: root/src/third_party/shim_zstd.cpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-12-05 14:11:38 -0500
committerHenrik Edin <henrik.edin@mongodb.com>2018-12-11 12:02:44 -0500
commitd525ae91e64209267fdaedc17a2542f61b638849 (patch)
treea3fc55e5e202e3dbea2aa15635c8d4f3b20c6fd1 /src/third_party/shim_zstd.cpp
parentbc035c247827fbda8df43f5df6bb075da234179d (diff)
downloadmongo-d525ae91e64209267fdaedc17a2542f61b638849.tar.gz
SERVER-38168 Vendor Zstandard 1.3.7 to third_party
Added a Zstd based message compressor.
Diffstat (limited to 'src/third_party/shim_zstd.cpp')
-rw-r--r--src/third_party/shim_zstd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/shim_zstd.cpp b/src/third_party/shim_zstd.cpp
new file mode 100644
index 00000000000..6eea5909106
--- /dev/null
+++ b/src/third_party/shim_zstd.cpp
@@ -0,0 +1,3 @@
+// This file intentionally blank. shim_zstd.cpp is part of the
+// third_party/zstandard library, which is just a placeholder for forwarding
+// library dependencies.