aboutsummaryrefslogtreecommitdiffstats
path: root/syz-agent
diff options
context:
space:
mode:
Diffstat (limited to 'syz-agent')
-rw-r--r--syz-agent/agent.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-agent/agent.go b/syz-agent/agent.go
index 375990a16..1d2f96509 100644
--- a/syz-agent/agent.go
+++ b/syz-agent/agent.go
@@ -44,7 +44,7 @@ type Config struct {
VM json.RawMessage `json:"vm"`
// Max workdir cache size (defaults to 1TB).
// The whole workdir may be slightly larger, since e.g. kernel checkout is not accounted here.
- CacheSize uint64
+ CacheSize uint64 `json:"cache_size"`
// Use fixed base commit for patching jobs (for testing).
FixedBaseCommit string `json:"fixed_base_commit"`
// Use this LLM model (for testing, if empty use a default model).