]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Changed the vres_id_t type from int to unsigned int, to make full use of
authormgh <mgh@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 2 Aug 2007 08:54:35 +0000 (08:54 +0000)
committermgh <mgh@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 2 Aug 2007 08:54:35 +0000 (08:54 +0000)
all its bits

git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@634 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_core_types.h

index 92d1c8470dcd05e3425e4514d840d626a7402dea..585828d39963459397031b9014d96cce626660ef 100644 (file)
@@ -117,7 +117,7 @@ typedef enum {FRSH_RS_IN_PROGRESS,
  *  Vres Id type, that identifies a vres created to manage a given
  *  contract
  **/
-typedef int      frsh_vres_id_t;             // => 0
+typedef unsigned int      frsh_vres_id_t;             // => 0
 
 /** Contract ressource type:  processor, network, memory **/
 typedef enum {