]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix link testbound.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 22 Jan 2008 11:28:07 +0000 (11:28 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 22 Jan 2008 11:28:07 +0000 (11:28 +0000)
git-svn-id: file:///svn/unbound/trunk@884 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
libunbound/worker.h
testcode/fake_event.c

index a401ac4763a66464ddb0628b8a83057859840f69..dba6ec7acce93575b356dc8e4f4cb0a39c03a8d9 100644 (file)
@@ -1,5 +1,6 @@
 22 January 2008: Wouter
        - library code for async in libunbound/unbound.c.
+       - fix link testbound.
 
 21 January 2008: Wouter
        - libworker work, netevent raw commpoints, write_msg, serialize.
index 88545948c2be7d531add4ac68e91cf7ed9c1340e..e3950524b2bd9feab2c044359f687b8770f4205b 100644 (file)
@@ -43,6 +43,7 @@
  */
 #ifndef LIBUNBOUND_WORKER_H
 #define LIBUNBOUND_WORKER_H
+#include "util/data/packed_rrset.h"
 struct ub_val_ctx;
 struct ub_val_result;
 struct module_env;
@@ -56,7 +57,6 @@ struct comm_point;
 struct comm_reply;
 struct libworker_res_list;
 struct regional;
-enum sec_status;
 
 /** 
  * The library-worker status structure
index f46b6131d1615077d251edecd98fb14512a4470e..d63102ad620bdd0bf5c2bfba2e6bc1f2a9f4cfa0 100644 (file)
@@ -1041,6 +1041,12 @@ void comm_point_local_handle_callback(int ATTR_UNUSED(fd),
        log_assert(0);
 }
 
+void comm_point_raw_handle_callback(int ATTR_UNUSED(fd), 
+       short ATTR_UNUSED(event), void* ATTR_UNUSED(arg))
+{
+       log_assert(0);
+}
+
 int serviced_udp_callback(struct comm_point* ATTR_UNUSED(c), 
        void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
         struct comm_reply* ATTR_UNUSED(reply_info))