Am 04.08.2007 um 13:19 schrieb stippi at BerliOS:
> @@ -9,7 +9,7 @@
> int32
> suggest_thread_priority(uint32 what, int32 period, bigtime_t
> jitter, bigtime_t length)
> {
> - return 0;
> + return 10;
> }
Is it OK to implement a version that mimics behavior of BeOS R5?
- Michael