]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_configuration_parameters.h
Upgrading FRSH trunk to D-AC2v2. Phase I: Moving FRSH-FOSA to FOSA
[frescor/frsh-include.git] / 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
+
 /*@}*/
 
 /**