diff options
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 { |