X-Git-Url: http://gitweb.fperrin.net/?p=iftop.git;a=blobdiff_plain;f=iftop.h;h=e5279d172625c6ad3206dfdd4deb7ba9b0807abb;hp=f273c0f6088f997673ac2e9193a6e39b8279b148;hb=05a5759674e8e7124984579c67b7bea40b8e3352;hpb=fda4298dc99dfd15c20a7f8b759bb79fab45f393 diff --git a/iftop.h b/iftop.h index f273c0f..e5279d1 100644 --- a/iftop.h +++ b/iftop.h @@ -28,6 +28,7 @@ typedef struct { long sent[HISTORY_LENGTH]; double long total_sent; double long total_recv; + long lost_packets; int last_write; } history_type;