aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/include
diff options
context:
space:
mode:
authorDmytro Ivanov <[email protected]>2024-10-02 15:07:03 +0200
committerDmytro Ivanov <[email protected]>2024-10-02 15:46:41 +0200
commit634d01ac6993a63f31eadb26ac49128ae01f9860 (patch)
treebd406b0957d3910d42f14f5ce3febcd68d192466 /src/zenhttp/include
parentadd cmake build config to be able to use clion (diff)
downloadzen-di/plugin-name-wip.tar.xz
zen-di/plugin-name-wip.zip
Add plugin name command line parameterdi/plugin-name-wip
Make it possible to load commandline provided plugins
Diffstat (limited to 'src/zenhttp/include')
-rw-r--r--src/zenhttp/include/zenhttp/httpserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenhttp/include/zenhttp/httpserver.h b/src/zenhttp/include/zenhttp/httpserver.h
index 7b87cb84b..d680f8057 100644
--- a/src/zenhttp/include/zenhttp/httpserver.h
+++ b/src/zenhttp/include/zenhttp/httpserver.h
@@ -190,6 +190,7 @@ struct HttpServerConfig
std::string ServerClass; // Choice of HTTP server implementation
bool ForceLoopback = false;
unsigned int ThreadCount = 0;
+ std::string PluginName;
struct
{