Added replies to status requests from RS.

This commit is contained in:
Jorrit Herder
2005-10-21 14:39:21 +00:00
parent 7a7e680da7
commit f8edaa7de4
5 changed files with 7 additions and 0 deletions
+3
View File
@@ -566,6 +566,9 @@ PUBLIC int main(int argc, char **argv)
DEBUG(printf("eth: got message %d, ", m.m_type));
switch (m.m_type) {
case DEV_PING: /* Status request from RS */
notify(m.m_source);
continue;
case DL_WRITE: /* Write message to device */
do_vwrite(&m, FALSE);
break;