projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a5fe1
)
Process service state queues after readiness via fd.
author
Davin McCall
<davmac@davmac.org>
Sun, 2 Jun 2019 10:09:46 +0000
(20:09 +1000)
committer
Davin McCall
<davmac@davmac.org>
Sun, 2 Jun 2019 10:12:38 +0000
(20:12 +1000)
src/proc-service.cc
patch
|
blob
|
history
diff --git
a/src/proc-service.cc
b/src/proc-service.cc
index d12a42cae763094fc23592f74f90105edfdf7d1d..f21aa20ba429ae4cdb556a377113fe21de9e828f 100644
(file)
--- a/
src/proc-service.cc
+++ b/
src/proc-service.cc
@@
-133,6
+133,8
@@
rearm ready_notify_watcher::fd_event(eventloop_t &, int fd, int flags) noexcept
return rearm::DISARM;
}
}
+
+ service->services->process_queues();
return rearm::REARM;
}