Added DEV_PING message type to drivers (but not ethernet drivers) so

RS can monitor them.
This commit is contained in:
Ben Gras
2005-10-12 14:31:39 +00:00
parent 866b3fda9c
commit 87dbfc7dda
7 changed files with 22 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ PUBLIC void main(void)
case CANCEL: do_cancel(&pr_mess); break;
case HARD_INT: do_printer_output(); break;
case SYS_SIG: /* do nothing */ break;
case DEV_PING: notify(pr_mess.m_source); break;
default:
reply(TASK_REPLY, pr_mess.m_source, pr_mess.PROC_NR, EINVAL);
}