PR1908: QoS library for CBS scheduler

Since the CBS scheduler is inspired by AQuoSA project for Linux, additional API
(qreslib) compliant with Linux has been created.

Sptest for qreslib included.
This commit is contained in:
Petr Benes
2012-04-15 23:06:34 -04:00
committed by Gedare Bloom
parent 7be19f849c
commit c050143273
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ SUBDIRS += libi2c
SUBDIRS += libmisc
SUBDIRS += libmd
SUBDIRS += libgnat
SUBDIRS += libqos
SUBDIRS += wrapup
SUBDIRS += zlib
+1
View File
@@ -380,6 +380,7 @@ librpc/Makefile
libmisc/Makefile
libi2c/Makefile
libmd/Makefile
libqos/Makefile
zlib/Makefile
ftpd/Makefile
telnetd/Makefile
+1 -1
View File
@@ -31,7 +31,7 @@ SUBDIRS = \
spintrcritical17 spmkdir spmountmgr01 spheapprot \
spsimplesched01 spsimplesched02 spsimplesched03 spnsext01 \
spedfsched01 spedfsched02 spedfsched03 \
spcbssched01 spcbssched02 spcbssched03
spcbssched01 spcbssched02 spcbssched03 spqreslib
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am
+1
View File
@@ -174,6 +174,7 @@ spnsext01/Makefile
spobjgetnext/Makefile
spprintk/Makefile
spprivenv01/Makefile
spqreslib/Makefile
sprbtree01/Makefile
spsimplesched01/Makefile
spsimplesched02/Makefile