From e7e6cadff66752dfc348457382c0b43b6ae081dd Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Mon, 12 Feb 2018 20:46:05 +0000 Subject: [PATCH] Fix test build failures. --- src/tests/test-includes/dinit.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/tests/test-includes/dinit.h b/src/tests/test-includes/dinit.h index f43eab4..65bf4f1 100644 --- a/src/tests/test-includes/dinit.h +++ b/src/tests/test-includes/dinit.h @@ -46,6 +46,11 @@ class eventloop_t { } + + void unreserve(eventloop_t &loop) noexcept + { + + } }; template class child_proc_watcher_impl : public child_proc_watcher @@ -101,6 +106,11 @@ class eventloop_t { loop.active_timers.erase(this); } + + void deregister(eventloop_t &loop) noexcept + { + + } }; template class timer_impl : public timer -- 2.25.1