add ring_wait callstate for devstate interface

This commit is contained in:
Anthony Minessale
2013-10-30 14:08:27 -05:00
parent c32bd46853
commit e2e8a57d9d
3 changed files with 32 additions and 11 deletions
+1
View File
@@ -109,6 +109,7 @@ typedef struct switch_device_stats_s {
uint32_t early;
uint32_t early_in;
uint32_t early_out;
uint32_t ring_wait;
} switch_device_stats_t;