diff options
| author | Stefan Boberg <[email protected]> | 2022-02-02 11:10:16 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-02-02 11:10:16 +0100 |
| commit | a281b6d46be9d12684cbc09230a017c62ad55431 (patch) | |
| tree | df8b62ec5144bbd1ca62bc2c8cd9e25fc00d5d84 /zenserver/zenserver.cpp | |
| parent | Added --no-batch option to formatcode script (diff) | |
| download | zen-a281b6d46be9d12684cbc09230a017c62ad55431.tar.xz zen-a281b6d46be9d12684cbc09230a017c62ad55431.zip | |
Mash -> MeshTracker
Diffstat (limited to 'zenserver/zenserver.cpp')
| -rw-r--r-- | zenserver/zenserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/zenserver.cpp b/zenserver/zenserver.cpp index e246afc34..224376e81 100644 --- a/zenserver/zenserver.cpp +++ b/zenserver/zenserver.cpp @@ -549,7 +549,7 @@ private: std::unique_ptr<zen::HttpStructuredCacheService> m_StructuredCacheService; zen::HttpAdminService m_AdminService{m_GcScheduler}; zen::HttpHealthService m_HealthService; - zen::Mesh m_ZenMesh{m_IoContext}; + zen::MeshTracker m_ZenMesh{m_IoContext}; #if ZEN_WITH_COMPUTE_SERVICES std::unique_ptr<zen::HttpLaunchService> m_HttpLaunchService; std::unique_ptr<zen::HttpFunctionService> m_HttpFunctionService; |