From 4c5807130fec26dedf3e3d8fb3ad6a83166c31a5 Mon Sep 17 00:00:00 2001 From: sangorrin Date: Thu, 6 Dec 2007 21:18:31 +0000 Subject: [PATCH] contract label length to conf params git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@926 35b4ef3e-fd22-0410-ab77-dab3279adceb --- frsh_configuration_parameters.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frsh_configuration_parameters.h b/frsh_configuration_parameters.h index 3348397..5dbab0b 100644 --- a/frsh_configuration_parameters.h +++ b/frsh_configuration_parameters.h @@ -111,7 +111,7 @@ /** This defines 1 resource_id value for systems that have only one resource of a kind. **/ #define FRSH_RESOURCE_ID_DEFAULT 0 -#define FRSH_CPU_ID_DEFAULT 1 +#define FRSH_CPU_ID_DEFAULT 0 #define FRSH_NETWORK_ID_DEFAULT 0 /** @@ -163,6 +163,9 @@ /** Maximum number of send and receive endpoints in a single node **/ #define FRSH_MAX_N_ENDPOINTS 10 +/** Maximum number of chars for a contract label **/ +#define FRSH_CONTRACT_LABEL_MAXLENGTH 15 + /*@}*/ /** -- 2.39.2