aboutsummaryrefslogtreecommitdiffstats
path: root/syz-agent
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2026-01-09 15:45:12 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-09 16:00:41 +0000
commit726feca9d81fa0ab28174bbe0b987b9f1c094fb0 (patch)
treeef2ee07d27a7140be9643da5ffe7fa81fbead011 /syz-agent
parentcb4ff871c418a7ac95116c02f4b8482d9e514ce4 (diff)
syz-agent: add json tag for CacheSize parameter
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).