From 16f62f879f5ee6012353983f5f585623a0bb9e02 Mon Sep 17 00:00:00 2001 From: Martin Molnar Date: Mon, 15 Dec 2008 22:16:50 +0100 Subject: [PATCH] fwp_vres: budget is now full by default. --- fwp/lib/fwp/fwp_vres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2