diff options
| author | Dan Engelbrecht <[email protected]> | 2026-03-19 15:45:51 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-19 15:45:51 +0100 |
| commit | ef01289c1e0ca9426dae07b9c1a8f68a5549f738 (patch) | |
| tree | 63e200e70cc01171a053341bb2a6d364865f3368 /src/zenserver/hub/hydration.h | |
| parent | improve auth token refresh (#863) (diff) | |
| download | zen-ef01289c1e0ca9426dae07b9c1a8f68a5549f738.tar.xz zen-ef01289c1e0ca9426dae07b9c1a8f68a5549f738.zip | |
add --hub-hydration-target-spec to zen hub (#867)
Diffstat (limited to 'src/zenserver/hub/hydration.h')
| -rw-r--r-- | src/zenserver/hub/hydration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/hub/hydration.h b/src/zenserver/hub/hydration.h index 95b5cfae0..fb12e7f7c 100644 --- a/src/zenserver/hub/hydration.h +++ b/src/zenserver/hub/hydration.h @@ -35,6 +35,6 @@ struct HydrationStrategyBase virtual void Configure(const HydrationConfig& Config) = 0; }; -std::unique_ptr<HydrationStrategyBase> CreateFileHydrator(); +std::unique_ptr<HydrationStrategyBase> CreateHydrator(const HydrationConfig& Config); } // namespace zen |