s/trackerfuncs/trackerlogic

This commit is contained in:
Jimmy Zelinskie
2016-08-09 19:28:59 -04:00
parent bff3d203a2
commit 11d90b088c
5 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ func main() {
var uFrontend *udpfrontend.Frontend
if configFile.Config.HTTPConfig.Addr != "" {
// TODO get the real TrackerFuncs
// TODO get the real TrackerLogic
hFrontend = httpfrontend.NewFrontend(trackerBackend, configFile.Config.HTTPConfig)
go func() {
@@ -119,7 +119,7 @@ func main() {
}
if configFile.Config.UDPConfig.Addr != "" {
// TODO get the real TrackerFuncs
// TODO get the real TrackerLogic
uFrontend = udpfrontend.NewFrontend(trackerBackend, configFile.Config.UDPConfig)
go func() {