]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Fixed .h file according to prototypes within .c file.
authorcucinotta <cucinotta@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Fri, 6 Jun 2008 22:30:57 +0000 (22:30 +0000)
committercucinotta <cucinotta@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Fri, 6 Jun 2008 22:30:57 +0000 (22:30 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1236 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_feedback_control.h

index c0d51a3c03d2c1304ab7e9732ee6f806cf0b54c3..c5a737af6fbb184ab17452eb6281d06dad3d2269 100644 (file)
@@ -130,14 +130,14 @@ FRSH_CPP_BEGIN_DECLS
  * No threads must be ever attached to the contract identified by
  * spare_id.
  **/
-int frsh_feedback_set_spare(frsh_vres_id_t spare_id);
+int frsh_feedback_set_spare(const frsh_contract_t *spare_contract);
 
 /**
  * frsh_feedback_get_spare()
  *
  * Get version of the frsh_feedback_set_spare() function.
  **/
-int frsh_feedback_get_spare(frsh_vres_id_t *p_spare_id);
+int frsh_feedback_get_spare(frsh_contract_t *spare_contract);
 
 /**
  * frsh_feedback_set_desired_budget()