X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-include.git/blobdiff_plain/290066606f6258af383a7a4ff5ccaf6ff2ea7cdd..f4ea6e7e274aa5406d9389935062be0eeb72328f:/frsh_feedback_control.h diff --git a/frsh_feedback_control.h b/frsh_feedback_control.h index c0d51a3..c5a737a 100644 --- a/frsh_feedback_control.h +++ b/frsh_feedback_control.h @@ -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()