]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_core_types.h
cpu id and network id
[frescor/frsh-include.git] / 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;