aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpsys.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-11 13:37:33 +0200
committerStefan Boberg <[email protected]>2023-05-11 13:37:33 +0200
commit964d1bae6ece1b026e443967139ed18fa08fd9fe (patch)
tree48041b36083fbb712b649f12b6197ecd17dec62e /src/zenhttp/httpsys.h
parentadded scrubcontext.cpp (diff)
parentv0.2.10 (diff)
downloadzen-964d1bae6ece1b026e443967139ed18fa08fd9fe.tar.xz
zen-964d1bae6ece1b026e443967139ed18fa08fd9fe.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'src/zenhttp/httpsys.h')
-rw-r--r--src/zenhttp/httpsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenhttp/httpsys.h b/src/zenhttp/httpsys.h
index d6bd34890..cf16042d7 100644
--- a/src/zenhttp/httpsys.h
+++ b/src/zenhttp/httpsys.h
@@ -45,6 +45,7 @@ public:
virtual void Run(bool TestMode) override;
virtual void RequestExit() override;
virtual void RegisterService(HttpService& Service) override;
+ virtual void Close() override;
WorkerThreadPool& WorkPool() { return m_AsyncWorkPool; }