From 726feca9d81fa0ab28174bbe0b987b9f1c094fb0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 9 Jan 2026 15:45:12 +0100 Subject: syz-agent: add json tag for CacheSize parameter --- syz-agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syz-agent') 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). -- cgit mrf-deployment