Fixed dependency handling.

Added cumulative totals.
Added option to turn bars on/off.
This commit is contained in:
pdw
2002-04-01 19:46:20 +00:00
parent a248b6046e
commit bb3619b3fc
6 changed files with 73 additions and 59 deletions

View File

@@ -13,6 +13,8 @@
typedef struct {
long recv[HISTORY_LENGTH];
long sent[HISTORY_LENGTH];
long total_sent;
long total_recv;
int last_write;
} history_type;