Fix test build failures.
authorDavin McCall <davmac@davmac.org>
Mon, 12 Feb 2018 20:46:05 +0000 (20:46 +0000)
committerDavin McCall <davmac@davmac.org>
Mon, 12 Feb 2018 20:46:05 +0000 (20:46 +0000)
src/tests/test-includes/dinit.h

index f43eab498cd5c62f81d7448071d01962ee07aee9..65bf4f1e7003cfcd93d60521860f01f623d79bb5 100644 (file)
@@ -46,6 +46,11 @@ class eventloop_t
         {
 
         }
+
+        void unreserve(eventloop_t &loop) noexcept
+        {
+
+        }
     };
 
     template <typename Derived> 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 <typename Derived> class timer_impl : public timer