Add zygote server notifier

This commit is contained in:
topjohnwu
2019-03-04 16:45:18 -05:00
parent e73fa57d54
commit 6c3896079d
8 changed files with 68 additions and 13 deletions

View File

@@ -320,4 +320,5 @@ void exec_sql(int client) {
return;
);
write_int(client, 0);
close(client);
}