FS-9503 #resolve [Add flaws and consecutive_flaws to error_log in rtp]

This commit is contained in:
Anthony Minessale
2016-09-12 12:21:21 -05:00
parent f3b22f6142
commit 8eda172aab
3 changed files with 29 additions and 0 deletions
+2
View File
@@ -621,6 +621,8 @@ typedef uint32_t switch_vad_flag_t;
typedef struct error_period {
int64_t start;
int64_t stop;
uint32_t flaws;
uint32_t consecutive_flaws;
struct error_period *next;
} switch_error_period_t;