CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/09/30 16:57:47
Modified files: sys/net : hfsc.c Log message: rename the internal functions that do ml_foo ops on classes to hfsc_cl_foo. this avoids confusion with the public functions (hfsc_enqueue, hfsc_dequeue, etc), and maps almost 1:1 to the mbuf list ops they now use. ok mpi@ henning@ mikeb@