From 2528d3265d2d2dc7eabef993a2d342ec49150c5f Mon Sep 17 00:00:00 2001 From: telleriam Date: Mon, 27 Apr 2009 17:10:56 +0000 Subject: [PATCH] Adding run-time support for contract cancellation and renegotiation in the service thread. Finishing test_negotiate_changing_service_th_period.c git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1648 35b4ef3e-fd22-0410-ab77-dab3279adceb --- frsh_configuration_parameters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frsh_configuration_parameters.h b/frsh_configuration_parameters.h index 4ae7d22..817dad8 100644 --- a/frsh_configuration_parameters.h +++ b/frsh_configuration_parameters.h @@ -129,7 +129,7 @@ FRSH_CPP_BEGIN_DECLS **/ /** Maximum number of accepted contracts (vres) **/ -#define FRSH_MAX_N_VRES 100 +#define FRSH_MAX_N_VRES 25 /** Maximum number of threads that may be scheduled by the framework **/ #define FRSH_MAX_N_THREADS 25 @@ -329,7 +329,7 @@ int frsh_priority_map (unsigned long plevel); /** * Maximum number of groups operations (neg, reneg, cancel) per group **/ -#define FRSH_MAX_GROUP_OPS 3 +#define FRSH_MAX_GROUP_OPS 25 /** * Default overheads of shared object protection mechanisms -- 2.39.2