]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
cpu id and network id
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 16 Oct 2007 09:58:38 +0000 (09:58 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 16 Oct 2007 09:58:38 +0000 (09:58 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@760 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_core_types.h

index 1bf5e5485046eeb204b0ac364f86ae493c4066af..534b0776135ae5c6d1ca753fcb046ce51390916e 100644 (file)
@@ -133,6 +133,8 @@ typedef unsigned int frsh_resource_id_t;
 /** This defines 1 resource_id value for systems that have only one
     resource of a kind. **/
 #define FRSH_RESOURCE_ID_DEFAULT 0
+#define FRSH_CPU_ID_DEFAULT 0
+#define FRSH_NETWORK_ID_DEFAULT 0
 
 /** Kind of contract: regular, background or dummy **/
 typedef enum {FRSH_CT_REGULAR, FRSH_CT_BACKGROUND, FRSH_CT_DUMMY} frsh_contract_type_t;