mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 13:19:53 +05:00
Updated some comments
This commit is contained in:
committed by
Dan Christian Bogos
parent
682e5d9147
commit
48c508ef5c
@@ -471,7 +471,7 @@ func NewPDD() (StatMetric, error) {
|
||||
return &StatPDD{Events: make(map[string]time.Duration)}, nil
|
||||
}
|
||||
|
||||
// ACD implements AverageCallDuration metric
|
||||
// PDD implements Post Dial Delay (average) metric
|
||||
type StatPDD struct {
|
||||
Sum time.Duration
|
||||
Count int64
|
||||
|
||||
Reference in New Issue
Block a user