diff options
| author | Michael Bebenita <[email protected]> | 2010-08-27 18:26:36 -0700 |
|---|---|---|
| committer | Michael Bebenita <[email protected]> | 2010-09-07 18:41:07 -0700 |
| commit | f8ff013e3cc737b92b5a140dfd0ddcc5ab6773d9 (patch) | |
| tree | 84daaf59d1eb899021e681927e1103cf08b91dd5 /src/rt/rust_log.h | |
| parent | Initial support for a global crate metadata cache (diff) | |
| download | rust-f8ff013e3cc737b92b5a140dfd0ddcc5ab6773d9.tar.xz rust-f8ff013e3cc737b92b5a140dfd0ddcc5ab6773d9.zip | |
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.
Diffstat (limited to 'src/rt/rust_log.h')
| -rw-r--r-- | src/rt/rust_log.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 }; |