mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 18:06:14 -05:00
[misc] PR #1941 adjustments
This commit is contained in:
@@ -137,6 +137,7 @@ _evthr_loop(void *args)
|
||||
}
|
||||
|
||||
thread_setname("evthr");
|
||||
|
||||
thread->evbase = event_base_new();
|
||||
thread->event = event_new(thread->evbase, thread->rdr,
|
||||
EV_READ | EV_PERSIST, _evthr_read_cmd, args);
|
||||
|
||||
Reference in New Issue
Block a user