From 53a5469bdfb2484d0c68e376c104384d3ec848e2 Mon Sep 17 00:00:00 2001 From: sangorrin Date: Thu, 9 Aug 2007 11:59:48 +0000 Subject: [PATCH] new flag git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@655 35b4ef3e-fd22-0410-ab77-dab3279adceb --- frsh_configuration_parameters.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frsh_configuration_parameters.h b/frsh_configuration_parameters.h index b6735da..bc4634c 100644 --- a/frsh_configuration_parameters.h +++ b/frsh_configuration_parameters.h @@ -105,6 +105,8 @@ **/ #define FRSH_AUTOMATIC_PRIO_ASSIGN_ENABLE true +#define FRSH_DISTRIBUTED_MODULE_SUPPORTED false + /** * @defgroup internal Array size for memory optimization * @ingroup config @@ -151,6 +153,9 @@ /** Maximum number of shared objects **/ #define FRSH_MAX_N_SHARED_OBJECTS 100 +/** Maximum number of send and receive endpoints in a single node **/ +#define FRSH_MAX_N_ENDPOINTS 10 + /*@}*/ /** @@ -226,7 +231,7 @@ **/ /** Initial period of the service thread (timespec) **/ -#define FRSH_SERVICE_THREAD_PERIOD {1,0} +#define FRSH_SERVICE_THREAD_PERIOD {5,0} /** Initial budget of the service thread (timespec) **/ #define FRSH_SERVICE_THREAD_BUDGET {0,1000000} -- 2.39.2