From f8ff013e3cc737b92b5a140dfd0ddcc5ab6773d9 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Fri, 27 Aug 2010 18:26:36 -0700 Subject: Added a few utility classes, cleaned up the include order of .h files, and started to make the Rust kernel own domain message queues rather than the Rust domains themselves. --- src/rt/rust_log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rt/rust_log.h') diff --git a/src/rt/rust_log.h b/src/rt/rust_log.h index 5155cb48..66246eb6 100644 --- a/src/rt/rust_log.h +++ b/src/rt/rust_log.h @@ -4,8 +4,6 @@ class rust_dom; class rust_task; - - class rust_log { public: @@ -43,6 +41,7 @@ public: GC = 0x800, STDLIB = 0x1000, SPECIAL = 0x2000, + KERN = 0x4000, ALL = 0xffffffff }; -- cgit v1.2.3