Merge branch 'master' of ted.mutabah.net:acess2
[tpg/acess2.git] / KernelLand / Kernel / include / threads_int.h
index 881db4a..578fdcf 100644 (file)
@@ -102,7 +102,7 @@ struct sThread
 };
 
 
-enum {
+enum eThreadStatus {
        THREAD_STAT_NULL,       // Invalid process
        THREAD_STAT_ACTIVE,     // Running and schedulable process
        THREAD_STAT_SLEEPING,   // Message Sleep

UCC git Repository :: git.ucc.asn.au