]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Memory contract management V2
authoriripoll <iripoll@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 11 Jun 2008 12:36:56 +0000 (12:36 +0000)
committeriripoll <iripoll@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 11 Jun 2008 12:36:56 +0000 (12:36 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1247 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_error.h

index d617ce2019f6198d0bb666d3d48be609d30e4811..19b34008829944a97c5d0a05ad79cebb3a2a4c2a 100644 (file)
 #define FRSH_ERR_CONTRACT_TYPE_NOT_COMPATIBLE    0x02004025
 #define FRSH_ERR_CAPACITY_NOT_DECREASING         0x02004026
 #define FRSH_ERR_CONTRACT_LABEL_UNKNOWN          0x02004027
+#define FRSH_ERR_OUT_OF_BUDGET                          0x02004028
 
-#define FRSH_ERR_LAST_VALUE                      0x02004028
+#define FRSH_ERR_LAST_VALUE                      0x02004029
 
 #define ERROR(nn,ss) do {if(nn>FRSH_ERR_BASE_VALUE) my_frsh_strerror(nn, ss); else perror(ss); exit (nn);} while (0)