]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
contract label length to conf params
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 6 Dec 2007 21:18:31 +0000 (21:18 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 6 Dec 2007 21:18:31 +0000 (21:18 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@926 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_configuration_parameters.h

index 3348397fa042211e8b3955c754bd19cce5efe885..5dbab0b60b64bc7601dd325592fae1d139b99951 100644 (file)
 /** 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
 
 /**
 /** 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
+
 /*@}*/
 
 /**