aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/hub/httphubservice.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-04-11 12:46:01 +0200
committerGitHub Enterprise <[email protected]>2026-04-11 12:46:01 +0200
commitdc742b88d908d23e0c5c5d1d95994637658db2b2 (patch)
tree6fb25b88b64c92c503c239cf3cef497ed18ee172 /src/zenserver/hub/httphubservice.h
parentReduce short-lived heap allocations in zenhttp (diff)
parenthub deprovision all (#938) (diff)
downloadzen-sb/reduce-allocs.tar.xz
zen-sb/reduce-allocs.zip
Merge branch 'main' into sb/reduce-allocssb/reduce-allocs
Diffstat (limited to 'src/zenserver/hub/httphubservice.h')
-rw-r--r--src/zenserver/hub/httphubservice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/hub/httphubservice.h b/src/zenserver/hub/httphubservice.h
index ff2cb0029..f4d1b0b89 100644
--- a/src/zenserver/hub/httphubservice.h
+++ b/src/zenserver/hub/httphubservice.h
@@ -53,6 +53,7 @@ private:
HttpStatsService& m_StatsService;
HttpStatusService& m_StatusService;
+ void HandleDeprovisionAll(HttpServerRequest& Request);
void HandleModuleGet(HttpServerRequest& Request, std::string_view ModuleId);
void HandleModuleDelete(HttpServerRequest& Request, std::string_view ModuleId);