Add Async option for Thresholds

This commit is contained in:
TeoV
2017-10-11 17:01:23 +03:00
committed by Dan Christian Bogos
parent ec5adbe93f
commit 4f4ba6ed73
7 changed files with 85 additions and 24 deletions

View File

@@ -1366,6 +1366,7 @@ type TPThreshold struct {
Blocker bool // blocker flag to stop processing on filters matched
Weight float64 // Weight to sort the thresholds
ActionIDs []string
Async bool
}
type TPFilter struct {