diff options
Diffstat (limited to 'prog')
| -rw-r--r-- | prog/types.go | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/prog/types.go b/prog/types.go index dcf838528..d04b901ac 100644 --- a/prog/types.go +++ b/prog/types.go @@ -37,15 +37,16 @@ type Syscall struct { // // See docs/syscall_descriptions_syntax.md for description of individual attributes. type SyscallAttrs struct { - Disabled bool - Timeout uint64 - ProgTimeout uint64 - IgnoreReturn bool - BreaksReturns bool - NoGenerate bool - NoMinimize bool - RemoteCover bool - Automatic bool + Disabled bool + Timeout uint64 + ProgTimeout uint64 + IgnoreReturn bool + BreaksReturns bool + NoGenerate bool + NoMinimize bool + RemoteCover bool + Automatic bool + AutomaticHelper bool } // MaxArgs is maximum number of syscall arguments. |
