FS-6927 #comment allow sub millisecond resolution for option ping times

This commit is contained in:
Brian West
2014-10-29 16:01:28 -05:00
parent 3c1ad1f014
commit 3b9f0c32e6
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ struct sofia_gateway {
int ping_max;
int ping_min;
switch_time_t ping_sent;
uint32_t ping_time;
float ping_time;
switch_bool_t ping_monitoring;
uint8_t flags[REG_FLAG_MAX];
int32_t retry_seconds;