]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_spare_capacity.h
last changes to make the .h compilable (the .c are far from being usable yet).
[frescor/frsh-include.git] / frsh_spare_capacity.h
index 3d3446300e0dedbe76513a942605e15ec9f4a7ab..2b69d3716fb88591f9f0cf7de4d13edd96a55528 100644 (file)
@@ -221,7 +221,7 @@ int frsh_get_contract_reclamation_parameters
    struct timespec                 *period_min,
    frsh_granularity_t               *granularity,
    frsh_utilization_set_t           *utilization_set,
-   int                             *importance,,
+   int                             *importance,
    int                             *weight);
 
 
@@ -283,8 +283,8 @@ int frsh_get_total_weight
  *
  **/
 int frsh_decrease_capacity(frsh_server_id_t server,
-                           timespec new_budget,
-                           timespec new_period);
+                           struct timespec new_budget,
+                           struct timespec new_period);
 
 
 /*@}*/