From 04abd55d9e45b7fedc87402f3a2631b3e91f7675 Mon Sep 17 00:00:00 2001 From: mgh Date: Thu, 2 Aug 2007 08:54:35 +0000 Subject: [PATCH] Changed the vres_id_t type from int to unsigned int, to make full use of 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frsh_core_types.h b/frsh_core_types.h index 92d1c84..585828d 100644 --- a/frsh_core_types.h +++ b/frsh_core_types.h @@ -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 { -- 2.39.2