From 20aa646546fff80b06657da43b0a6b885435ba85 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Sat, 9 Sep 2006 15:45:39 +0000 Subject: [PATCH] - 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 --- Makefile.am | 1 + doc/sgpem2uman.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1bbb271..2349b5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/doc/sgpem2uman.texi b/doc/sgpem2uman.texi index 73ded09..b96831c 100644 --- a/doc/sgpem2uman.texi +++ b/doc/sgpem2uman.texi @@ -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()