aboutsummaryrefslogtreecommitdiff
path: root/foolsm.h
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-06-05 11:21:17 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-06-05 19:00:29 -0300
commit965d844f3ed27780ac7df453dcd9d8b7271c5cf9 (patch)
tree80e07c54e1f8264be55dcf818865b433e1475a54 /foolsm.h
parent21119406396e5e2d98a9f8cc4e59013ac88ea27d (diff)
New upstream version 1.0.21
Diffstat (limited to 'foolsm.h')
-rw-r--r--foolsm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/foolsm.h b/foolsm.h
index 4a50ad9..5d98154 100644
--- a/foolsm.h
+++ b/foolsm.h
@@ -63,7 +63,9 @@ typedef struct target {
int consecutive_missing;
int consecutive_missing_max;
int consecutive_rcvd;
+ long min_rtt;
long avg_rtt;
+ long max_rtt;
int status_change;
} TARGET;