mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 15:44:52 +08:00
add timestamp to turn signal (#2470)
This commit is contained in:
parent
7e8b66e03d
commit
ab73278597
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ type Signal struct {
|
|||
ToHostPubKey string `json:"to_host_pubkey"`
|
||||
Reply bool `json:"reply"`
|
||||
Action SignalAction `json:"action"`
|
||||
TimeStamp int64 `json:"timestamp"`
|
||||
}
|
||||
|
||||
// RegisterMsg - login message struct for hosts to join via SSO login
|
||||
|
|
Loading…
Add table
Reference in a new issue