[listener] Support passing multiple events in a single notify call

This commit is contained in:
chme
2017-11-13 21:58:54 +01:00
parent 1e24b3656a
commit 8d130cdc7c
7 changed files with 19 additions and 19 deletions

View File

@@ -764,7 +764,7 @@ pipelist_create(void)
// the pipe thread to watch the pipes. If no pipes in library, it will shut down
// the pipe thread.
static void
pipe_listener_cb(enum listener_event_type type)
pipe_listener_cb(short event_mask)
{
union pipe_arg *cmdarg;