From efdcd226f40d26ef1cb43c576b9233548db85458 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 6 May 1996 17:54:24 +0000 Subject: (startup_request_notification): Add NAME. --- hurd/startup.defs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hurd') diff --git a/hurd/startup.defs b/hurd/startup.defs index 392b095b..6f48bb2b 100644 --- a/hurd/startup.defs +++ b/hurd/startup.defs @@ -43,10 +43,12 @@ routine startup_essential_task ( /* This call registers a task as "notified", which means that if the system is going down, we should told about it and get a chance to run. A startup_dosync message (see startup_notify.defs) will be - sent to the notify port. */ + sent to the notify port. NAME will be used to provide a helpful + message to the user when the system is shutting down. */ routine startup_request_notification ( server: startup_t; - notify_port: mach_port_send_t); + notify_port: mach_port_send_t; + name: string_t); /* This call causes the system to die. */ routine startup_reboot ( -- cgit v1.2.3