]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fast-reload, fix compile for unbound-dnstap-socket.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 3 Nov 2023 16:16:43 +0000 (17:16 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 3 Nov 2023 16:16:43 +0000 (17:16 +0100)
dnstap/unbound-dnstap-socket.c

index 04fda74b80e155dba2995abbdcff0a343738c35e..0e23788375f2c1b8164b4fcdb16f5c103a0f02ad 100644 (file)
@@ -1572,3 +1572,17 @@ void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg))
 {
         log_assert(0);
 }
+
+void fast_reload_service_cb(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev),
+       void* ATTR_UNUSED(arg))
+{
+       log_assert(0);
+}
+
+int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
+       void* ATTR_UNUSED(arg), int ATTR_UNUSED(error),
+        struct comm_reply* ATTR_UNUSED(repinfo))
+{
+       log_assert(0);
+       return 0;
+}