diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-05 11:21:17 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-05 19:00:29 -0300 |
| commit | 965d844f3ed27780ac7df453dcd9d8b7271c5cf9 (patch) | |
| tree | 80e07c54e1f8264be55dcf818865b433e1475a54 /foolsm.h | |
| parent | 21119406396e5e2d98a9f8cc4e59013ac88ea27d (diff) | |
New upstream version 1.0.21
Diffstat (limited to 'foolsm.h')
| -rw-r--r-- | foolsm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
