counting packets in hif_packets in hfsc_if is redundant.
authordlg <dlg@openbsd.org>
Fri, 23 Oct 2015 01:32:10 +0000 (01:32 +0000)
committerdlg <dlg@openbsd.org>
Fri, 23 Oct 2015 01:32:10 +0000 (01:32 +0000)
commitc5d6d68aff550f51ed26a1aed3b447d789e253ee
tree2cf71c16d54b89feed3ace6970a144b9bad545de
parentc9b0da9822b03791b99cbf70968712960e1c7347
counting packets in hif_packets in hfsc_if is redundant.

the ifqueue struct has the same information, and hif_packets is never
read separately. trim it.
sys/net/hfsc.c