there's a 1:1 correlation between hfsc_class instances and hfsc_classq
authordlg <dlg@openbsd.org>
Sun, 12 Apr 2015 12:22:26 +0000 (12:22 +0000)
committerdlg <dlg@openbsd.org>
Sun, 12 Apr 2015 12:22:26 +0000 (12:22 +0000)
commit734824f3e3ee7ec9d7044804eafea129ee9e9f1a
treef3d56e0449f85b275015db411f6eb94c73c0cc06
parented3229da480be13bd9c785b89e77e65202eb06b1
there's a 1:1 correlation between hfsc_class instances and hfsc_classq
instances, so maintaining separate pools for them and pointing
between them is overhead.

this drops the hfsc_classq pool and inlines it into hfsc_class.

ok henning@
sys/net/hfsc.c