diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-02-07 22:11:02 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-02-07 22:11:02 +0100 |
| commit | 90244dd6d16c2499f05a12a2ab7c00769aeecd47 (patch) | |
| tree | c023cbfcd6cdc6d8216505a5eaf64b1d304613e6 /src/server/types.odin | |
| parent | 3e612a42670e1b581ece6f4a90382e0d830f3ef2 (diff) | |
Start working on profiles
Diffstat (limited to 'src/server/types.odin')
| -rw-r--r-- | src/server/types.odin | 2 |
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 { |