mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 14:09:39 -05:00
bunch of qol (#2748)
This commit is contained in:
@@ -489,3 +489,7 @@ func (nc *nodeConn) send(data *tailcfg.MapResponse) error {
|
||||
nc.updateCount.Add(1)
|
||||
return nil
|
||||
}
|
||||
|
||||
func (b *LockFreeBatcher) DebugMapResponses() (map[types.NodeID][]tailcfg.MapResponse, error) {
|
||||
return b.mapper.debugMapResponses()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user