Fix callback method name per Dasynq changes
[oweals/dinit.git] / src / service.h
index 70b55afd995ee5561d277f154ddd48d3f77a1d1b..25e00daa5a5dc21cb5280793d5e5687529b85464 100644 (file)
@@ -195,7 +195,7 @@ class ServiceChildWatcher : public EventLoop_t::child_proc_watcher_impl<ServiceC
 {
     public:
     base_process_service * service;
-    rearm child_status(EventLoop_t &eloop, pid_t child, int status) noexcept;
+    rearm status_change(EventLoop_t &eloop, pid_t child, int status) noexcept;
     
     ServiceChildWatcher(base_process_service * sr) noexcept : service(sr) { }
 };