4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-04 12:27:47 +00:00

Update comments

This commit is contained in:
Neil Alexander
2018-09-27 14:20:52 +01:00
parent 95c551d011
commit 8113b4cc22
2 changed files with 12 additions and 8 deletions

View File

@ -522,7 +522,7 @@ func (a *admin) getData_getSwitchPeers() []admin_nodeInfo {
return peerInfos
}
// getData_getSwitchPeers returns info from Core.switchTable for an admin response.
// getData_getSwitchQueues returns info from Core.switchTable for an queue data.
func (a *admin) getData_getSwitchQueues() admin_nodeInfo {
var peerInfos admin_nodeInfo
switchTable := a.core.switchTable