aboutsummaryrefslogtreecommitdiff
path: root/src/server/types.odin
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-02-07 22:11:02 +0100
committerDanielGavin <danielgavin5@hotmail.com>2024-02-07 22:11:02 +0100
commit90244dd6d16c2499f05a12a2ab7c00769aeecd47 (patch)
treec023cbfcd6cdc6d8216505a5eaf64b1d304613e6 /src/server/types.odin
parent3e612a42670e1b581ece6f4a90382e0d830f3ef2 (diff)
Start working on profiles
Diffstat (limited to 'src/server/types.odin')
-rw-r--r--src/server/types.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/types.odin b/src/server/types.odin
index 3903c73..24c5827 100644
--- a/src/server/types.odin
+++ b/src/server/types.odin
@@ -354,6 +354,8 @@ OlsConfig :: struct {
odin_command: string,
checker_args: string,
checker_targets: []string,
+ profiles: [dynamic]common.ConfigProfile,
+ profile: string,
}
OlsConfigCollection :: struct {