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.
*/
#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;
struct comm_reply;
struct libworker_res_list;
struct regional;
-enum sec_status;
/**
* The library-worker status structure
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))