mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 20:02:04 +00:00
Wakeup main loop on peer message received
This commit is contained in:
parent
be6151730d
commit
e1c553e7b2
1 changed files with 1 additions and 0 deletions
|
|
@ -958,6 +958,7 @@ handle_peer(ChildMonitor *self, int s) {
|
|||
Message *m = self->messages + self->messages_count++;
|
||||
m->data = buf; m->sz = buf_used;
|
||||
children_mutex(unlock);
|
||||
wakeup_main_loop();
|
||||
} else free(buf);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue