Skip to content

Commit

Permalink
Minor program modification
Browse files Browse the repository at this point in the history
  • Loading branch information
KabirSamsi committed Oct 24, 2024
1 parent 37f079d commit 53ecc27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions progs/work_conserving/fifo_2_class_union.sched
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
classes A, B;

policy = A;
policy2 = union[A, B];
policy = union[A, B];

return policy2
return policy

0 comments on commit 53ecc27

Please sign in to comment.