]> gitweb.fperrin.net Git - iftop.git/blobdiff - iftop.h
Keep track of lost packets as reported by pcap_stats
[iftop.git] / iftop.h
diff --git a/iftop.h b/iftop.h
index f273c0f6088f997673ac2e9193a6e39b8279b148..e5279d172625c6ad3206dfdd4deb7ba9b0807abb 100644 (file)
--- 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;