In reference to #13, this adds support for the three flags supported by SCHED_DEADLINE.
I don't like that this changes the interface (deadline policy goes from taking 3 u64 to 3 u64 and an Option<DeadlineFlags>) and am open to alternative suggestions that are backwards-compatible.
In reference to #13, this adds support for the three flags supported by SCHED_DEADLINE.
I don't like that this changes the interface (deadline policy goes from taking 3
u64
to 3u64
and anOption<DeadlineFlags>
) and am open to alternative suggestions that are backwards-compatible.