From ed6c0a5057524f0ac8aab30e92802ab7798c0db1 Mon Sep 17 00:00:00 2001 From: sangorrin Date: Thu, 6 Nov 2008 16:40:33 +0000 Subject: [PATCH] sched params.. bigger.. needed for group negotiations git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1387 35b4ef3e-fd22-0410-ab77-dab3279adceb --- include/fosa_configuration_parameters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fosa_configuration_parameters.h b/include/fosa_configuration_parameters.h index d1f3b0c..03a33c7 100644 --- a/include/fosa_configuration_parameters.h +++ b/include/fosa_configuration_parameters.h @@ -95,11 +95,11 @@ FOSA_CPP_BEGIN_DECLS *********/ // the maximum size in bytes of the ADS scheduling parameters -#define FOSA_ADS_SCHEDPARAM_MAX 4000 +#define FOSA_ADS_SCHEDPARAM_MAX 8000 // the maximum size in bytes of the data exchanged between a thread // and an ADS scheduler -#define FOSA_ADS_SCHEDINFO_MAX 4000 +#define FOSA_ADS_SCHEDINFO_MAX 8000 // the difference between the maximum SCHED_FIFO priority -- 2.39.2