- Add new .xgp file to Makefile.am
- Fix warning in manual git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1079 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
25ac761844
commit
20aa646546
|
@ -554,6 +554,7 @@ noinst_DATA += \
|
|||
src/testsuite/scheduling-wizards/wizard-priority-inversion-porno \
|
||||
src/testsuite/scheduling-wizards/wizard-priority-preemption-fail \
|
||||
src/testsuite/scheduling-wizards/wizard-block-fail \
|
||||
src/testsuite/scheduling-wizards/environments/Ducks_rr_2.xgp \
|
||||
src/testsuite/scheduling-wizards/environments/FruitsBasket_complex.xgp \
|
||||
src/testsuite/scheduling-wizards/environments/Fantozzi_lifo_requests.xgp \
|
||||
src/testsuite/scheduling-wizards/environments/ScuolaDiMileto_block_fail.xgp \
|
||||
|
|
|
@ -1266,7 +1266,7 @@ There are three types of parameters you can register in the value
|
|||
returned by @code{self.get_parameters()}, and they are integer
|
||||
parameters, float parameters and strings. Usually boolean values can
|
||||
be simulated by registering a integer parameter limited in the
|
||||
interval [0, 1]. @xref{Configuring parameters} for the exposed interface.
|
||||
interval [0, 1]. @xref{Configuring parameters}, for the exposed interface.
|
||||
|
||||
@item is_preemptive()
|
||||
|
||||
|
|
Loading…
Reference in New Issue