User defined pluggable event mechanism (for review)

git-svn-id: file:///svn/unbound/branches/ub_event@3647 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Willem Toorop
2016-03-07 14:10:06 +00:00
parent 4f1625afb7
commit bcfbe0d9c4
23 changed files with 5560 additions and 6728 deletions
+1 -1
View File
@@ -1387,7 +1387,7 @@ void comm_base_set_slow_accept_handlers(struct comm_base* ATTR_UNUSED(b),
(void)start_acc;
}
struct event_base* comm_base_internal(struct comm_base* ATTR_UNUSED(b))
struct ub_event_base* comm_base_internal(struct comm_base* ATTR_UNUSED(b))
{
/* no pipe comm possible in testbound */
return NULL;