Date: Wed, 7 Apr 2010 13:02:20 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r206341 - head/sys/modules/dummynet Message-ID: <201004071302.o37D2KKV002267@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004071302.o37D2KKV002267>