Tidy up RA scheduling.

This commit is contained in:
Simon Kelley
2012-02-25 13:09:18 +00:00
parent 96f6979c4f
commit 741c2952d4
4 changed files with 8 additions and 2 deletions

View File

@@ -831,6 +831,11 @@ static void sig_handler(int sig)
}
}
void send_alarm(void)
{
send_event(pipewrite, EVENT_ALARM, 0, NULL);
}
void send_event(int fd, int event, int data, char *msg)
{
struct event_desc ev;