events: loop_schedule() is unclear, rename it loop_schedule_fast()

This commit is contained in:
Björn Linse
2019-08-29 12:48:01 +02:00
parent 7a85792884
commit f8b5d6e124
5 changed files with 15 additions and 11 deletions

View File

@@ -753,7 +753,7 @@ void msg_schedule_emsgf(const char *const fmt, ...)
va_end(ap);
char *s = xstrdup((char *)IObuff);
loop_schedule(&main_loop, event_create(msg_emsgf_event, 1, s));
multiqueue_put(main_loop.events, msg_emsgf_event, 1, s);
}
/*