In the file rtl_sched.h for version 9J, I found the line

enum { RT_TASK_READY,  RT_TASK_DELAYED,  RT_TASK_DORMANT,  RT_TASK_ACTIVE,
RT_TASK_ZOMBIE };

I haven't used enum very much, but I can't see what can possibly be gained
from an enum that doesn't have either a type-tag or a variable-list.

Would someone please enlighten me?

  Thanks
      Norm

--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to