adopt to queueing changes
authorhenning <henning@openbsd.org>
Sat, 12 Oct 2013 12:17:32 +0000 (12:17 +0000)
committerhenning <henning@openbsd.org>
Sat, 12 Oct 2013 12:17:32 +0000 (12:17 +0000)
usr.bin/systat/pftop.c

index dd1fff5..71e7a26 100644 (file)
@@ -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;