summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2013-10-12 12:17:32 +0000
committerhenning <henning@openbsd.org>2013-10-12 12:17:32 +0000
commit909ba6b2a7962592735e553a7cb084f127b09d99 (patch)
tree948eb4247fb2ba6b13c8bc188ea5d4d3d7eb0619
parentconfig bits for the bandwidth shaping part of the new queueing subsystem (diff)
downloadwireguard-openbsd-909ba6b2a7962592735e553a7cb084f127b09d99.tar.xz
wireguard-openbsd-909ba6b2a7962592735e553a7cb084f127b09d99.zip
adopt to queueing changes
-rw-r--r--usr.bin/systat/pftop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/pftop.c b/usr.bin/systat/pftop.c
index dd1fff53846..71e7a26ab21 100644
--- a/usr.bin/systat/pftop.c
+++ b/usr.bin/systat/pftop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pftop.c,v 1.20 2011/10/13 18:32:30 claudio Exp $ */
+/* $OpenBSD: pftop.c,v 1.21 2013/10/12 12:17:32 henning Exp $ */
/*
* Copyright (c) 2001, 2007 Can Erkin Acar
* Copyright (c) 2001 Daniel Hartmeier
@@ -1574,7 +1574,7 @@ pfctl_update_qstats(struct pf_altq_node **root, int *inserts)
{
struct pf_altq_node *node;
struct pfioc_altq pa;
- struct pfioc_qstats pq;
+ struct pfioc_altqstats pq;
u_int32_t nr;
struct queue_stats qstats;
u_int32_t nr_queues;