From 48c508ef5ccd85f6032f46d9d89f4c5a93bcee56 Mon Sep 17 00:00:00 2001 From: TeoV Date: Wed, 27 Sep 2017 12:49:19 +0300 Subject: [PATCH] Updated some comments --- engine/statmetrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/statmetrics.go b/engine/statmetrics.go index 9a7d46214..1f9b6440d 100644 --- a/engine/statmetrics.go +++ b/engine/statmetrics.go @@ -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