diff options
| author | Stefan Boberg <[email protected]> | 2021-09-16 21:08:58 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-16 21:08:58 +0200 |
| commit | c3e856f37368c7488aa9298b12946f125c8895c0 (patch) | |
| tree | 9b81949c046ddf885d2117a8757800df09a6d534 /zenutil/include | |
| parent | Changed how sponsor processes are managed (diff) | |
| parent | Compact binary package caching support (#9) (diff) | |
| download | zen-c3e856f37368c7488aa9298b12946f125c8895c0.tar.xz zen-c3e856f37368c7488aa9298b12946f125c8895c0.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenutil/include')
| -rw-r--r-- | zenutil/include/zenserverprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenutil/include/zenserverprocess.h b/zenutil/include/zenserverprocess.h index 7fcacf788..b659f6e58 100644 --- a/zenutil/include/zenserverprocess.h +++ b/zenutil/include/zenserverprocess.h @@ -55,7 +55,7 @@ struct ZenServerInstance m_TestDir = TestDir; } - void SpawnServer(int BasePort = 0); + void SpawnServer(int BasePort = 0, std::string_view AdditionalServerArgs = std::string_view()); void AttachToRunningServer(int BasePort = 0); |