add priority scheduler to the module
This commit is contained in:
parent
7f0de52d2c
commit
cfd7ab42cb
@ -7,6 +7,7 @@ KMOD= dummynet
|
|||||||
SRCS= ip_dummynet.c
|
SRCS= ip_dummynet.c
|
||||||
SRCS+= ip_dn_glue.c ip_dn_io.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_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
|
SRCS+= opt_inet6.h
|
||||||
|
|
||||||
.if !defined(KERNBUILDDIR)
|
.if !defined(KERNBUILDDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user