]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_spare_capacity.h
Added the hash table for contracts
[frescor/frsh-include.git] / frsh_spare_capacity.h
index 6363fbff57b78398bd527362b9bc1737b7b4df4c..8bac8018a66742c140bf86062d71e63a55e0e54e 100644 (file)
@@ -230,7 +230,7 @@ int frsh_contract_get_reclamation_params
 
 
 /**
- * frsh_vres_get_stability_time()
+ * frsh_vres_get_remaining_stability_time()
  *
  * This operation returns the stability_time for the vres.
  *
@@ -245,7 +245,7 @@ int frsh_contract_get_reclamation_params
  *       is not valid \n
  * 
  **/
-int frsh_vres_get_stability_time(frsh_vres_id_t vres, 
+int frsh_vres_get_remaining_stability_time(frsh_vres_id_t vres, 
                                       struct timespec *stability_time);
 
 /**
@@ -294,7 +294,7 @@ int frsh_resource_get_total_weight
    (const frsh_resource_type_t resource_type,
     const frsh_resource_id_t resource_id,
     const int importance,
-    uint32_t *capacity);
+    uint32_t *total_weight);
 
 
 /**