]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
new flag
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 9 Aug 2007 11:59:48 +0000 (11:59 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 9 Aug 2007 11:59:48 +0000 (11:59 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@655 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_configuration_parameters.h

index b6735da9b0f73a7f14eab87681c957e1d0ba8c1a..bc4634cb556ec893f43944023cae0f89334b3744 100644 (file)
  **/
 #define FRSH_AUTOMATIC_PRIO_ASSIGN_ENABLE true
 
+#define FRSH_DISTRIBUTED_MODULE_SUPPORTED false
+
 /**
  * @defgroup internal Array size for memory optimization
  * @ingroup config
 /** 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
+
 /*@}*/
 
 /**
  **/
 
 /** 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}