X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/blobdiff_plain/c7aba8619f2f698cedd7b7654d9f4d66787afd64..06197957265b176d27ebeb8cb6bc1504e96e9032:/fwp/lib/frsh_fwp/fwp_fra.c diff --git a/fwp/lib/frsh_fwp/fwp_fra.c b/fwp/lib/frsh_fwp/fwp_fra.c index 451df78..4811e33 100644 --- a/fwp/lib/frsh_fwp/fwp_fra.c +++ b/fwp/lib/frsh_fwp/fwp_fra.c @@ -136,6 +136,8 @@ int change_vres(fres_vres_t *vres, void *priv) printf("Changing FWP VRes (id=%s, period=%ld ms, budget=%ld bytes AC=%d)\n", id, fosa_rel_time_to_msec(basic->period), vparams.budget, vparams.ac_id); + + vres->perceived = vres->new; return 0; }