aboutsummaryrefslogtreecommitdiff
path: root/zenserver/zenserver.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-02-02 11:10:16 +0100
committerStefan Boberg <[email protected]>2022-02-02 11:10:16 +0100
commita281b6d46be9d12684cbc09230a017c62ad55431 (patch)
treedf8b62ec5144bbd1ca62bc2c8cd9e25fc00d5d84 /zenserver/zenserver.cpp
parentAdded --no-batch option to formatcode script (diff)
downloadzen-a281b6d46be9d12684cbc09230a017c62ad55431.tar.xz
zen-a281b6d46be9d12684cbc09230a017c62ad55431.zip
Mash -> MeshTracker
Diffstat (limited to 'zenserver/zenserver.cpp')
-rw-r--r--zenserver/zenserver.cpp2
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;