Added shutdown_started global variable. If it's set, we're in the

process of doing a shutdown.

Initial purpose is - suppress dead process diagnostic message.
This commit is contained in:
Ben Gras
2005-09-08 14:31:23 +00:00
parent 9a1e860a16
commit c655d8b3ae
3 changed files with 9 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
/* Variables relating to shutting down MINIX. */
EXTERN char kernel_exception; /* TRUE after system exceptions */
EXTERN char shutdown_started; /* TRUE after shutdowns / reboots */
/* Kernel information structures. This groups vital kernel information. */
EXTERN phys_bytes aout; /* address of a.out headers */