aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci
diff options
context:
space:
mode:
Diffstat (limited to 'syz-ci')
-rw-r--r--syz-ci/syz-ci.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/syz-ci.go b/syz-ci/syz-ci.go
index ae6ff0f87..7ec88c53e 100644
--- a/syz-ci/syz-ci.go
+++ b/syz-ci/syz-ci.go
@@ -204,7 +204,7 @@ type ManagerConfig struct {
// If the kernel's commit is older than MaxKernelLagDays days,
// fuzzing won't be started on this instance.
// By default it's 30 days.
- MaxKernelLagDays int
+ MaxKernelLagDays int `json:"max_kernel_lag_days"`
managercfg *mgrconfig.Config
}