Rename classes and small adjustments

This commit is contained in:
topjohnwu
2019-09-25 23:55:39 -04:00
parent debd1d7d54
commit 947dae4900
13 changed files with 53 additions and 57 deletions

View File

@@ -36,7 +36,7 @@ static inline void lazy_unmount(const char* mountpoint) {
}
void hide_daemon(int pid) {
RunFinally fin([=]() -> void {
run_finally fin([=]() -> void {
// Send resume signal
kill(pid, SIGCONT);
_exit(0);