[LITMUS^RT] set_rt_flags();

Björn Brandenburg bbb at mpi-sws.org
Thu May 23 10:11:20 CEST 2013


On May 23, 2013, at 9:48 AM, Schorr Stefan <stschorr at eit.uni-kl.de> wrote:

> in the tutorial, I stumbled upon the function:
> 
> set_rt_flags(tsk, RT_F_RUNNING);
> 
> I'm wondering where is it defined?
> And where are the constants like RT_F_RUNNING and RT_F_SLEEP
> defined? A quick "grep -r" didn't find anything.

These flags were recently removed because they didn't really serve any useful purpose anymore. Completions are now tracked in the field 'completed'.

	https://github.com/LITMUS-RT/litmus-rt/commit/b7012aa7edba4b88906fc39b9005ff4dae69be59

The tutorial hasn't been updated yet to reflect this change.

Sorry,
Björn





More information about the litmus-dev mailing list