diff options
| author | Pimyn Girgis <bemenboshra2001@gmail.com> | 2024-08-06 14:10:45 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-08-12 09:22:32 +0000 |
| commit | 421e1cbedb47cb499201512defc2baf79d7b87f7 (patch) | |
| tree | d3575138e30c98c96e6ecc180b4b06fdcd71fa4b /prog | |
| parent | 1fef415f27727712346c8e7ad9c945e74d217b1b (diff) | |
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.
Diffstat (limited to 'prog')
| -rw-r--r-- | prog/types.go | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
