On Fri, 2010-12-03 at 13:27 -0500, Rik van Riel wrote:
I'm not quite sure why that is, but I kinda like that, the policy
implementation should never export stuff.
Code outside the scheduler cannot ever know the policy of a task, hence
policy specific exports are bad.
A generic export with policy implementations (like the
sched_class::yield_to() proposal) are the proper way.
--