Added option for lin/log scale (not yet accessible)

Added ability to specify fixed maximum for bandwidth scale.
This commit is contained in:
pdw
2003-10-13 21:55:33 +00:00
parent bdfbc59b7d
commit 10f518c1de
4 changed files with 96 additions and 12 deletions

View File

@@ -66,6 +66,9 @@ typedef struct {
int show_totals;
long long max_bandwidth;
int log_scale;
} options_t;
#endif /* __OPTIONS_H_ */