From: Martin Molnar Date: Mon, 15 Dec 2008 21:16:50 +0000 (+0100) Subject: fwp_vres: budget is now full by default. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/commitdiff_plain/16f62f879f5ee6012353983f5f585623a0bb9e02 fwp_vres: budget is now full by default. --- diff --git a/fwp/lib/fwp/fwp_vres.c b/fwp/lib/fwp/fwp_vres.c index d5dae0b..e4a0456 100644 --- a/fwp/lib/fwp/fwp_vres.c +++ b/fwp/lib/fwp/fwp_vres.c @@ -405,7 +405,7 @@ static void* fwp_vres_tx_thread(void *_vres) /* just for sure */ fwp_vres_sched_update(vres, &period, &budget); clock_gettime(CLOCK_MONOTONIC, &start_period); - curr_budget = budget; + curr_budget = 0; while (1) { /* wait for next period and then send */