]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fast-reload, fix compile of doqclient for fast reload functions.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 31 Mar 2025 13:00:18 +0000 (15:00 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 31 Mar 2025 13:00:18 +0000 (15:00 +0200)
testcode/doqclient.c

index 1a2fd418359bc4235d72be357279ebf5fe20fc9f..e6f63a761f357e0b55bc8da27e620efe6e33093c 100644 (file)
@@ -2699,3 +2699,17 @@ void dtio_mainfdcallback(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev),
        log_assert(0);
 }
 #endif
+
+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;
+}