diff options
| author | Stefan Boberg <[email protected]> | 2023-06-30 11:51:54 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-06-30 11:51:54 +0200 |
| commit | 7989bdcd86d035fcb79b32e23ec468b4de0b9c8a (patch) | |
| tree | 41608fe1118e8d54fb68d69b131b0ca95c816950 /src/zenserver | |
| parent | build fix for ZEN_WITH_TESTS (diff) | |
| download | zen-7989bdcd86d035fcb79b32e23ec468b4de0b9c8a.tar.xz zen-7989bdcd86d035fcb79b32e23ec468b4de0b9c8a.zip | |
clang-format :(
Diffstat (limited to 'src/zenserver')
| -rw-r--r-- | src/zenserver/zenserver.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/zenserver/zenserver.cpp b/src/zenserver/zenserver.cpp index bc2a8cb7d..6ce49b1fe 100644 --- a/src/zenserver/zenserver.cpp +++ b/src/zenserver/zenserver.cpp @@ -704,19 +704,19 @@ private: } } - zen::Ref<zen::HttpServer> m_Http; - std::unique_ptr<zen::WebSocketServer> m_WebSocket; - std::unique_ptr<zen::AuthMgr> m_AuthMgr; - std::unique_ptr<zen::HttpAuthService> m_AuthService; - zen::HttpStatusService m_StatusService; - zen::HttpStatsService m_StatsService; - zen::GcManager m_GcManager; - zen::GcScheduler m_GcScheduler{m_GcManager}; - std::unique_ptr<zen::CidStore> m_CidStore; - std::unique_ptr<zen::ZenCacheStore> m_CacheStore; - zen::HttpTestService m_TestService; + zen::Ref<zen::HttpServer> m_Http; + std::unique_ptr<zen::WebSocketServer> m_WebSocket; + std::unique_ptr<zen::AuthMgr> m_AuthMgr; + std::unique_ptr<zen::HttpAuthService> m_AuthService; + zen::HttpStatusService m_StatusService; + zen::HttpStatsService m_StatsService; + zen::GcManager m_GcManager; + zen::GcScheduler m_GcScheduler{m_GcManager}; + std::unique_ptr<zen::CidStore> m_CidStore; + std::unique_ptr<zen::ZenCacheStore> m_CacheStore; + zen::HttpTestService m_TestService; #if ZEN_WITH_TESTS - zen::HttpTestingService m_TestingService; + zen::HttpTestingService m_TestingService; #endif std::unique_ptr<zen::HttpCidService> m_CidService; zen::RefPtr<zen::ProjectStore> m_ProjectStore; |