diff options
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; |
