From bdfa2690041f828c64e7151bad29f858c4d3c2a6 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Wed, 22 Sep 2010 14:26:03 -0400 Subject: bugfix: need to set the CPU of a slice --- bin/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/common.c b/bin/common.c index 1cf5be0..9cb577b 100644 --- a/bin/common.c +++ b/bin/common.c @@ -57,6 +57,7 @@ int parse_edfwm_slice(FILE *ts, int slices_no, int task_id, wm->slices[i].deadline = fms_to_ns(deadline); wm->slices[i].budget = fms_to_ns(budget); wm->slices[i].offset = fms_to_ns(offset); + wm->slices[i].cpu = cpu; printf("slice(tid, cpu, d, e, ph) = (%d, %u, %llu, %llu, %llu)\n", tid, cpu, wm->slices[i].deadline, -- cgit v1.2.2