From: sangorrin Date: Thu, 6 Dec 2007 21:17:40 +0000 (+0000) Subject: contract label length to conf params X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/frsh-include.git/commitdiff_plain/7f51a15a2168525c584c76b3d62bbf546fbdab1b?hp=2a10205d2a00321fe0317063f65bb438a4437dcf contract label length to conf params git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@925 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/frsh_core_types.h b/frsh_core_types.h index e0c7281..a788000 100644 --- a/frsh_core_types.h +++ b/frsh_core_types.h @@ -139,7 +139,6 @@ typedef enum { } frsh_contract_type_t; // The name of this constant has been updated to have the FRSH_ prefix -#define FRSH_CONTRACT_LABEL_MAXLENGTH 15 typedef char frsh_contract_label_t[FRSH_CONTRACT_LABEL_MAXLENGTH + 1]; /**