CVSROOT: /cvs Module name: src Changes by: peli...@cvs.openbsd.org 2013/11/01 17:00:02
Modified files: sys/net : hfsc.c hfsc.h Log message: push the queues every 1/HZ using timeout(9) This is a modified version of oldtbr_timeout() with a timeout for each HFSC enabled interface. We can now safely include <sys/timeout.h> in net/hfsc.h without breaking the build. tested by naddy, ok henning claudio deraadt