diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-02-04 10:28:17 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-02-04 10:28:17 -0300 |
| commit | af3c2d23b401eb9aab09a8278f54520f63062905 (patch) | |
| tree | 0cf4e448dfeb12f36db2951babba4ba844a9258c /foolsm.h | |
| parent | 4cd6f1fb381f65e878bf10c444c5c713d338c48f (diff) | |
New upstream version 1.0.21upstream/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; |
