Add comments about potential race conditions

This commit is contained in:
Bernerd Schaefer 2013-05-06 09:59:47 +02:00
parent 9183302b1f
commit 7740167654
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ func (h *StatusHandler) ServeRequestsForever() {
Config: h.Config.String(),
Flags: flags,
Rules: "TODO: list rules here",
// BUG: race condition, concurrent map access
TargetPools: h.TargetManager.Pools(),
}