]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
resource_id is unsigned int
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 9 Aug 2007 12:00:09 +0000 (12:00 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 9 Aug 2007 12:00:09 +0000 (12:00 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@656 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_core_types.h

index 585828d39963459397031b9014d96cce626660ef..1bf5e5485046eeb204b0ac364f86ae493c4066af 100644 (file)
@@ -128,7 +128,7 @@ typedef enum {
 
 /** Ressource Id: processor_id or network_id **/
 /**********************************************/
-typedef int frsh_resource_id_t;
+typedef unsigned int frsh_resource_id_t;
 
 /** This defines 1 resource_id value for systems that have only one
     resource of a kind. **/