Tag shortcut reports.

This commit is contained in:
Tom Wilkie
2016-03-03 16:09:26 +00:00
parent 1f59795d6c
commit 4fd680f3b1

View File

@@ -95,6 +95,7 @@ func (p *Probe) Stop() {
// Publish will queue a report for immediate publication,
// bypassing the spy tick
func (p *Probe) Publish(rpt report.Report) {
rpt = p.tag(rpt)
p.shortcutReports <- rpt
}