Understand PROC_EVENT

This commit is contained in:
Ben Gras 2006-03-10 16:27:21 +00:00
parent 376d8485d8
commit 71fd7596fa

View File

@ -328,6 +328,7 @@ int main(int argc, char *argv[])
if (sigismember(&sigset, SIGKSTOP)) fxp_stop();
break;
}
case PROC_EVENT: break;
case SYN_ALARM: fxp_expire_timers(); break;
default:
panic("FXP"," illegal message", m.m_type);