aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2010-04-07 13:02:20 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2010-04-07 13:02:20 +0000
commitcfd7ab42cb1f89d8f0bfd439671b2ffa7aa080fd (patch)
tree5e15a0627c951ed43d7a9891c1a8ea3c2825b343
parent7f0de52d2c869655c7583cff52df967e75e26ba5 (diff)
downloadsrc-cfd7ab42cb1f89d8f0bfd439671b2ffa7aa080fd.tar.gz
src-cfd7ab42cb1f89d8f0bfd439671b2ffa7aa080fd.zip
add priority scheduler to the module
Notes
Notes: svn path=/head/; revision=206341
-rw-r--r--sys/modules/dummynet/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/dummynet/Makefile b/sys/modules/dummynet/Makefile
index a8813e277d12..dd96e0eb62b8 100644
--- a/sys/modules/dummynet/Makefile
+++ b/sys/modules/dummynet/Makefile
@@ -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)