summaryrefslogtreecommitdiff
path: root/iftop.h
diff options
context:
space:
mode:
authorpdw <>2002-03-31 22:57:51 +0000
committerpdw <>2002-03-31 22:57:51 +0000
commita248b6046eb5855fd5b0c9f2ea2a774ab2d7b612 (patch)
treefd352d505b37066b3cf80f7ec2418796f2369d88 /iftop.h
parent94a696b7fbe667a7d3c0d4e4f4d615259e964ee6 (diff)
downloadiftop-a248b6046eb5855fd5b0c9f2ea2a774ab2d7b612.zip
Added -n option.
Diffstat (limited to 'iftop.h')
-rw-r--r--iftop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iftop.h b/iftop.h
index bea11d1..3b25a84 100644
--- a/iftop.h
+++ b/iftop.h
@@ -14,7 +14,6 @@ typedef struct {
long recv[HISTORY_LENGTH];
long sent[HISTORY_LENGTH];
int last_write;
- int promisc;
} history_type;
void tick();