X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=iftop.h;h=e5279d172625c6ad3206dfdd4deb7ba9b0807abb;hb=refs%2Fheads%2Fpps-accounting;hp=f273c0f6088f997673ac2e9193a6e39b8279b148;hpb=626b3a3ea024fcad4111b93e9b527119a0e882dd;p=iftop.git 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;