PR 1912: Add Scheduler Documentation

Adds documentation on the scheduler options and scheduler selection
to the User's Manual to reflect changes made in the development of
pluggable scheduling with EDF and CBS schedulers.
This commit is contained in:
Petr Benes
2012-04-15 13:50:11 -04:00
committed by Gedare Bloom
parent 8c6608bd1b
commit 7cc2199ee1
5 changed files with 13 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ COMMON_FILES += \
$(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
$(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
$(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \
$(top_builddir)/user/object.texi
$(top_builddir)/user/object.texi $(top_builddir)/user/cbs.texi
FILES = example.texi

View File

@@ -112,6 +112,7 @@
@include user/cpuuse.texi
@include user/object.texi
@include user/chains.texi
@include user/cbs.texi
@include user/dirstat.texi
@include example.texi
@include user/glossary.texi
@@ -149,6 +150,7 @@
* CPU Usage Statistics::
* Object Services::
* Chains::
* Constant Bandwidth Server Scheduler API::
* Directive Status Codes::
* Example Application::
* Glossary::