diff options
| author | Stefan Boberg <[email protected]> | 2026-04-11 12:46:01 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-04-11 12:46:01 +0200 |
| commit | dc742b88d908d23e0c5c5d1d95994637658db2b2 (patch) | |
| tree | 6fb25b88b64c92c503c239cf3cef497ed18ee172 /src/zenserver/hub/httphubservice.h | |
| parent | Reduce short-lived heap allocations in zenhttp (diff) | |
| parent | hub deprovision all (#938) (diff) | |
| download | zen-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.h | 1 |
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); |