diff options
Diffstat (limited to 'prog/prog.go')
| -rw-r--r-- | prog/prog.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prog/prog.go b/prog/prog.go index 09da7fdf2..86e424299 100644 --- a/prog/prog.go +++ b/prog/prog.go @@ -21,6 +21,7 @@ type Prog struct { type CallProps struct { FailNth int `key:"fail_nth"` Async bool `key:"async"` + Rerun int `key:"rerun"` } type Call struct { |
