]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Added hard disk virtual resources and contracts
authorfaggioli <faggioli@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 21 Nov 2007 10:40:27 +0000 (10:40 +0000)
committerfaggioli <faggioli@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 21 Nov 2007 10:40:27 +0000 (10:40 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@865 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_core_types.h

index 21edd7c6d4ac5b20262490771096aea1624e28f9..e0c72810a8423e089531bcc5959c65d4d9de7a51 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 **/