aboutsummaryrefslogtreecommitdiff
path: root/testcode/doqclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/doqclient.c')
-rw-r--r--testcode/doqclient.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/testcode/doqclient.c b/testcode/doqclient.c
index 1a2fd418359b..e6f63a761f35 100644
--- a/testcode/doqclient.c
+++ b/testcode/doqclient.c
@@ -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;
+}