Add RatedCdrs parameter in CdrStatsConfig

This commit is contained in:
DanB
2014-06-05 13:01:59 +02:00
parent 4af3af33c5
commit c4a463606a

View File

@@ -23,6 +23,7 @@ import (
)
type CdrStatsConfig struct {
RatedCdrs bool // Build the stats for rated cdrs instead of raw ones
QueuedItems int64 // Number of items in the stats buffer
SetupInterval []time.Time // 2 or less items (>= start interval,< stop_interval)
TOR []string