]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_core_types.h
Changing an assertion of current RR blocked thread should always be rr_first
[frescor/frsh-include.git] / frsh_core_types.h
index 21edd7c6d4ac5b20262490771096aea1624e28f9..a78800055d2a28cc6eb5b90f77d32b9dc702be59 100644 (file)
@@ -123,7 +123,8 @@ typedef unsigned int      frsh_vres_id_t;             // => 0
 typedef enum {
     FRSH_RT_PROCESSOR = 0,
     FRSH_RT_NETWORK   = 1,
-    FRSH_RT_MEMORY    = 2
+    FRSH_RT_MEMORY    = 2,
+    FRSH_RT_DISK      = 3
 } frsh_resource_type_t;
 
 /** Ressource Id: processor_id or network_id **/
@@ -138,7 +139,6 @@ typedef enum {
 } frsh_contract_type_t;
 
 // The name of this constant has been updated to have the FRSH_ prefix
-#define FRSH_CONTRACT_LABEL_MAXLENGTH 15
 typedef char frsh_contract_label_t[FRSH_CONTRACT_LABEL_MAXLENGTH + 1];
 
 /**