diff options
| author | Zelin Tong <ztong@ludwig.cs.unc.edu> | 2020-09-30 19:20:00 -0400 |
|---|---|---|
| committer | Zelin Tong <ztong@ludwig.cs.unc.edu> | 2020-09-30 19:20:00 -0400 |
| commit | b9de3914e3c26f30c8bd25fb909fc243e65f9a34 (patch) | |
| tree | 2cc4665260049d6d0da9827b7daa3b9d25d9ed52 /include/litmus/reservations | |
| parent | 3f90761ec77c8d75e23d694e8fea8d5a905e7a53 (diff) | |
EXT-RES Checkpoint 2 - Hardly Tested.
Diffstat (limited to 'include/litmus/reservations')
| -rw-r--r-- | include/litmus/reservations/table_driven_ext_reservation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/reservations/table_driven_ext_reservation.h b/include/litmus/reservations/table_driven_ext_reservation.h index 15ba8b968fd7..706aa07be8be 100644 --- a/include/litmus/reservations/table_driven_ext_reservation.h +++ b/include/litmus/reservations/table_driven_ext_reservation.h | |||
| @@ -31,7 +31,7 @@ long alloc_mtd_reservation( | |||
| 31 | 31 | ||
| 32 | struct mtd_cpu_entry { | 32 | struct mtd_cpu_entry { |
| 33 | int id; | 33 | int id; |
| 34 | struct mtd_reservation* scheduled; | 34 | struct reservation* scheduled; |
| 35 | rt_domain_t domain; | 35 | rt_domain_t domain; |
| 36 | }; | 36 | }; |
| 37 | 37 | ||
