summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/netstat.h
diff options
context:
space:
mode:
authorbmilekic <bmilekic@FreeBSD.org>2003-02-20 04:26:58 +0000
committerbmilekic <bmilekic@FreeBSD.org>2003-02-20 04:26:58 +0000
commit26ba0eb55ca13bca8cb911b471a949574a3b513b (patch)
tree01e5c8c145370b4dd9231e04fd70b4698c7d7db5 /usr.bin/netstat/netstat.h
parent569e9d1a868a053312375c90c3f0c7ab35d18e47 (diff)
downloadFreeBSD-src-26ba0eb55ca13bca8cb911b471a949574a3b513b.zip
FreeBSD-src-26ba0eb55ca13bca8cb911b471a949574a3b513b.tar.gz
o Allow "buckets" in mb_alloc to be differently sized (according to
compile-time constants). That is, a "bucket" now is not necessarily a page-worth of mbufs or clusters, but it is MBUF_BUCK_SZ, CLUS_BUCK_SZ worth of mbufs, clusters. o Rename {mbuf,clust}_limit to {mbuf,clust}_hiwm and introduce {mbuf,clust}_lowm, which currently has no effect but will be used to set the low watermarks. o Fix netstat so that it can deal with the differently-sized buckets and teach it about the low watermarks too. o Make sure the per-cpu stats for an absent CPU has mb_active set to 0, explicitly. o Get rid of the allocate refcounts from mbuf map mess. Instead, just malloc() the refcounts in one shot from mbuf_init() o Clean up / update comments in subr_mbuf.c
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r--usr.bin/netstat/netstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h
index ecadd0e..c3cb9d0 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -97,7 +97,7 @@ void pfkey_stats (u_long, const char *, int);
void bdg_stats (u_long, const char *, int);
void mbpr (u_long, u_long, u_long, u_long, u_long, u_long,
- u_long, u_long, u_long);
+ u_long, u_long, u_long, u_long, u_long);
void hostpr (u_long, u_long);
void impstats (u_long, u_long);
OpenPOWER on IntegriCloud