Hi,
In QNX 4, I can shutdown the OS by sending the sgutdown message to Proc32
struct _proc_shutdown s;
struct _proc_shutdown_reply r;
s.type = _PROC_SHUTDOWN;
Send( PROC_PID , &s , &r, sizeof(s), sizeof(r));
----------------------------------------------------------------------------
---------
Question: Does Neutrino exist the shutdown OS by this way ?
If yes, how to get the connection to "procnto"
Noted: the structure _proc_shutdown is replaced by _io_shutdown.
Shutdown OS in neutrino
Re: Shutdown OS in neutrino
sysmgr_reboot()Question: Does Neutrino exist the shutdown OS by this way ?
<URL:http://www.qnx.com/developer/docs/momen ... eboot.html>
If you want to directly MsgSend(), refer
<URL:http://cvs.qnx.com/cgi-bin/cvsweb.cgi/l ... web-markup>
--
kabe