CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/22 19:02:46
Modified files:
sys/net : hfsc.c
Log message:
remove the pointer from hfsc_class structs back to hfsc_if.
you get to hfsc_class via a hfsc_if, so just pass the hfsc_if around
on the stack when we need it rather than following the pointer back.
most of this change is passing the hif on the stack.
ok mpi@ henning@
