From: sangorrin Date: Thu, 29 May 2008 09:50:00 +0000 (+0000) Subject: include time.h for CLOCK_xxx and increase appschedparams size X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/commitdiff_plain/7e46331bb452936804b3516e5572374fa866cb64 include time.h for CLOCK_xxx and increase appschedparams size git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1194 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/include/fosa_configuration_parameters.h b/include/fosa_configuration_parameters.h index 12c9193..539f252 100644 --- a/include/fosa_configuration_parameters.h +++ b/include/fosa_configuration_parameters.h @@ -67,6 +67,7 @@ #ifndef _FOSA_CONFIG_PARAM_H_ #define _FOSA_CONFIG_PARAM_H_ #include +#include FOSA_CPP_BEGIN_DECLS @@ -91,11 +92,11 @@ FOSA_CPP_BEGIN_DECLS *********/ // the maximum size in bytes of the ADS scheduling parameters -#define FOSA_ADS_SCHEDPARAM_MAX 3000 +#define FOSA_ADS_SCHEDPARAM_MAX 4000 // the maximum size in bytes of the data exchanged between a thread // and an ADS scheduler -#define FOSA_ADS_SCHEDINFO_MAX 3000 +#define FOSA_ADS_SCHEDINFO_MAX 4000 // the difference between the maximum SCHED_FIFO priority