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:
e08729d
)
Fix test build failures.
author
Davin McCall
<davmac@davmac.org>
Mon, 12 Feb 2018 20:46:05 +0000
(20:46 +0000)
committer
Davin McCall
<davmac@davmac.org>
Mon, 12 Feb 2018 20:46:05 +0000
(20:46 +0000)
src/tests/test-includes/dinit.h
patch
|
blob
|
history
diff --git
a/src/tests/test-includes/dinit.h
b/src/tests/test-includes/dinit.h
index f43eab498cd5c62f81d7448071d01962ee07aee9..65bf4f1e7003cfcd93d60521860f01f623d79bb5 100644
(file)
--- 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 <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