some small changes to get nethogs into a more releaseable state again

This commit is contained in:
Arnout Engelen
2008-06-08 20:49:49 +00:00
parent c0e6a385e4
commit b8cbc9b6f5
5 changed files with 17 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ int VIEWMODE_KBPS = 0;
int VIEWMODE_TOTAL_KB = 1;
int VIEWMODE_TOTAL_B = 2;
int VIEWMODE_TOTAL_MB = 3;
int viewMode = VIEWMODE_TOTAL_B;
int viewMode = VIEWMODE_KBPS;
int nViewModes = 4;
class Line