From 88f68a7148e85650a2461a5c9cd22e8787e73e0a Mon Sep 17 00:00:00 2001 From: sangorrin Date: Tue, 16 Oct 2007 09:58:38 +0000 Subject: [PATCH] cpu id and network id git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@760 35b4ef3e-fd22-0410-ab77-dab3279adceb --- frsh_core_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frsh_core_types.h b/frsh_core_types.h index 1bf5e54..534b077 100644 --- a/frsh_core_types.h +++ b/frsh_core_types.h @@ -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; -- 2.39.2