CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/04/12 06:22:27
Modified files: sys/net : hfsc.c Log message: 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@