diff options
| author | Dmytro Ivanov <[email protected]> | 2024-10-02 15:07:03 +0200 |
|---|---|---|
| committer | Dmytro Ivanov <[email protected]> | 2024-10-02 15:46:41 +0200 |
| commit | 634d01ac6993a63f31eadb26ac49128ae01f9860 (patch) | |
| tree | bd406b0957d3910d42f14f5ce3febcd68d192466 /src/zenhttp/include | |
| parent | add cmake build config to be able to use clion (diff) | |
| download | zen-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.h | 1 |
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 { |