From 421e1cbedb47cb499201512defc2baf79d7b87f7 Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Tue, 6 Aug 2024 14:10:45 +0000 Subject: pkg/mgrconfig, prog, tools: allow automatically generated or manually written descriptions or both Add "Auto" type and allow to choose descriptions mode in configurations. Defaults to using manual only. --- prog/types.go | 1 + 1 file changed, 1 insertion(+) (limited to 'prog') diff --git a/prog/types.go b/prog/types.go index 50588cb19..dcf838528 100644 --- a/prog/types.go +++ b/prog/types.go @@ -45,6 +45,7 @@ type SyscallAttrs struct { NoGenerate bool NoMinimize bool RemoteCover bool + Automatic bool } // MaxArgs is maximum number of syscall arguments. -- cgit mrf-deployment