aboutsummaryrefslogtreecommitdiff
path: root/zenserver/zenserver.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-06 15:10:01 +0200
committerStefan Boberg <[email protected]>2021-08-06 15:10:01 +0200
commite45ee6a2133e3f4c2cb5b3c53341de5e1ce1d20f (patch)
tree376dbf5641ee50477aa8ff75e628a13eb8be12c8 /zenserver/zenserver.cpp
parentAdded GetRunningExecutablePath() (diff)
downloadzen-e45ee6a2133e3f4c2cb5b3c53341de5e1ce1d20f.tar.xz
zen-e45ee6a2133e3f4c2cb5b3c53341de5e1ce1d20f.zip
zen::Process -> zen::ProcessHandle
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 646b6cf5c..307cb75ee 100644
--- a/zenserver/zenserver.cpp
+++ b/zenserver/zenserver.cpp
@@ -240,7 +240,7 @@ private:
std::jthread m_IoRunner;
asio::io_context m_IoContext;
asio::steady_timer m_PidCheckTimer{m_IoContext};
- zen::Process m_Process;
+ zen::ProcessHandle m_Process;
zen::NamedMutex m_ServerMutex;
zen::HttpServer m_Http;