aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/include
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-03-23 14:09:46 +0100
committerGitHub Enterprise <[email protected]>2026-03-23 14:09:46 +0100
commitd336e5937019dbab1924419624faa6ffc776cd7f (patch)
treecee312dc86f8404bbd4f987cbcf2f4d96124fc19 /src/zenutil/include
parentUnique session/client tracking using HyperLogLog (#884) (diff)
downloadzen-d336e5937019dbab1924419624faa6ffc776cd7f.tar.xz
zen-d336e5937019dbab1924419624faa6ffc776cd7f.zip
add hub instance crash recovery (#885)
* add hub instance crash recovery
Diffstat (limited to 'src/zenutil/include')
-rw-r--r--src/zenutil/include/zenutil/zenserverprocess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenutil/include/zenutil/zenserverprocess.h b/src/zenutil/include/zenutil/zenserverprocess.h
index daa07a1e1..03d507400 100644
--- a/src/zenutil/include/zenutil/zenserverprocess.h
+++ b/src/zenutil/include/zenutil/zenserverprocess.h
@@ -135,6 +135,7 @@ struct ZenServerInstance
#endif
bool IsRunning() const;
bool Terminate();
+ void ResetDeadProcess();
std::string GetLogOutput() const;
inline ServerMode GetServerMode() const { return m_ServerMode; }