diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/rpctype/rpctype.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkg/rpctype/rpctype.go b/pkg/rpctype/rpctype.go index efe9e4c1d..e3a9531d6 100644 --- a/pkg/rpctype/rpctype.go +++ b/pkg/rpctype/rpctype.go @@ -51,9 +51,10 @@ type NewInputArgs struct { } type PollArgs struct { - Name string - MaxSignal []uint32 - Stats map[string]uint64 + Name string + NeedCandidates bool + MaxSignal []uint32 + Stats map[string]uint64 } type PollRes struct { |
