aboutsummaryrefslogtreecommitdiff
path: root/zenutil/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-16 21:08:58 +0200
committerStefan Boberg <[email protected]>2021-09-16 21:08:58 +0200
commitc3e856f37368c7488aa9298b12946f125c8895c0 (patch)
tree9b81949c046ddf885d2117a8757800df09a6d534 /zenutil/include
parentChanged how sponsor processes are managed (diff)
parentCompact binary package caching support (#9) (diff)
downloadzen-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.h2
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);