summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorpdw <>2002-10-18 11:51:47 +0000
committerpdw <>2002-10-18 11:51:47 +0000
commit45ccb4e4b9552c88a1d6c33d17c81833a2be5035 (patch)
treece4f1583b584b641c966023c7fbf81bd24522662 /options.h
parent94b6ab8fc6e2b539c7a9f818ba460143f8d30a94 (diff)
downloadiftop-45ccb4e4b9552c88a1d6c33d17c81833a2be5035.zip
Various changes for portability to FreeBSD.
Added "R" to control service resolution.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index b7dc81f..329e494 100644
--- a/options.h
+++ b/options.h
@@ -35,6 +35,7 @@ typedef struct {
struct in_addr netfilternet;
struct in_addr netfiltermask;
int dnsresolution;
+ int portresolution;
int promiscuous;
int showbars;
option_port_t showports;