Author: luigi Date: Wed Apr 7 13:02:20 2010 New Revision: 206341 URL: http://svn.freebsd.org/changeset/base/206341
Log: add priority scheduler to the module Modified: head/sys/modules/dummynet/Makefile Modified: head/sys/modules/dummynet/Makefile ============================================================================== --- head/sys/modules/dummynet/Makefile Wed Apr 7 12:42:49 2010 (r206340) +++ head/sys/modules/dummynet/Makefile Wed Apr 7 13:02:20 2010 (r206341) @@ -7,6 +7,7 @@ KMOD= dummynet SRCS= ip_dummynet.c SRCS+= ip_dn_glue.c ip_dn_io.c SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.c +SRCS+= dn_sched_prio.c SRCS+= opt_inet6.h .if !defined(KERNBUILDDIR) _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"