Displaying 1 result from an estimated 1 matches for "090cc3e20d3e".
2012 Dec 21
0
mini-os: Notify shutdown through weak function call instead of wake queue
To allow for more flexibility, this notifies domain shutdown through a
function rather than a wake queue, to let the application use a wake
queue only if it wishes.
Signed-off-by: Samuel Thibault <samuel.thibaut@ens-lyon.org>
diff -r 090cc3e20d3e extras/mini-os/include/kernel.h
--- a/extras/mini-os/include/kernel.h Wed Dec 19 16:04:50 2012 +0000
+++ b/extras/mini-os/include/kernel.h Fri Dec 21 02:01:46 2012 +0100
@@ -1,9 +1,6 @@
#ifndef _KERNEL_H_
#define _KERNEL_H_
-extern unsigned int do_shutdown;
-extern unsigned int shutdown_reason;...