diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/rpctype/rpctype.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/rpctype/rpctype.go b/pkg/rpctype/rpctype.go index fcc01a99a..c370b0a0e 100644 --- a/pkg/rpctype/rpctype.go +++ b/pkg/rpctype/rpctype.go @@ -25,7 +25,8 @@ type RPCCandidate struct { } type ConnectArgs struct { - Name string + Name string + MachineInfo []byte } type ConnectRes struct { |
