From f1519a95877e13662cbf16c7344b3e23d5b3982c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 30 Dec 2025 18:50:25 +0100 Subject: prog: support snapshot-only calls Update #5308 --- prog/types.go | 1 + 1 file changed, 1 insertion(+) (limited to 'prog') diff --git a/prog/types.go b/prog/types.go index 2329c348f..1d636fbda 100644 --- a/prog/types.go +++ b/prog/types.go @@ -49,6 +49,7 @@ type SyscallAttrs struct { Automatic bool AutomaticHelper bool KFuzzTest bool + Snapshot bool Fsck string // Filesystem is used in tools/syz-imagegen when fs name cannot be deduced from // the part after $. -- cgit mrf-deployment