From: Davin McCall Date: Mon, 12 Feb 2018 20:46:05 +0000 (+0000) Subject: Fix test build failures. X-Git-Tag: v0.1.0~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e7e6cadff66752dfc348457382c0b43b6ae081dd;p=oweals%2Fdinit.git Fix test build failures. --- 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