aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/zenhttp.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-28 21:58:40 +0200
committerStefan Boberg <[email protected]>2021-09-28 21:58:40 +0200
commit1caecce8474bd55986d4233614336eb627135504 (patch)
treede7b0bc8799295d1257a29ff5a49148e0bae321d /zenhttp/zenhttp.cpp
parentRemoved MemoryOutStream, MemoryInStream (diff)
downloadzen-1caecce8474bd55986d4233614336eb627135504.tar.xz
zen-1caecce8474bd55986d4233614336eb627135504.zip
Added preliminary CbPackageReader, for handling incremental compact binary package streaming
Diffstat (limited to 'zenhttp/zenhttp.cpp')
-rw-r--r--zenhttp/zenhttp.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/zenhttp/zenhttp.cpp b/zenhttp/zenhttp.cpp
index 637486f55..0194abdcb 100644
--- a/zenhttp/zenhttp.cpp
+++ b/zenhttp/zenhttp.cpp
@@ -3,6 +3,7 @@
#include <zenhttp/zenhttp.h>
#include <zenhttp/httpserver.h>
+#include <zenhttp/httpshared.h>
namespace zen {
@@ -10,6 +11,7 @@ void
zenhttp_forcelinktests()
{
http_forcelink();
+ forcelink_httpshared();
}
-} // namespace zen \ No newline at end of file
+} // namespace zen