aboutsummaryrefslogtreecommitdiff
path: root/smallapp/worker_cb.c
diff options
context:
space:
mode:
Diffstat (limited to 'smallapp/worker_cb.c')
-rw-r--r--smallapp/worker_cb.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/smallapp/worker_cb.c b/smallapp/worker_cb.c
index c68981735cb7..1d71a0945154 100644
--- a/smallapp/worker_cb.c
+++ b/smallapp/worker_cb.c
@@ -255,3 +255,19 @@ void dtio_mainfdcallback(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev),
log_assert(0);
}
#endif
+
+#ifdef HAVE_NGTCP2
+void doq_client_event_cb(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev),
+ void* ATTR_UNUSED(arg))
+{
+ log_assert(0);
+}
+#endif
+
+#ifdef HAVE_NGTCP2
+void doq_client_timer_cb(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev),
+ void* ATTR_UNUSED(arg))
+{
+ log_assert(0);
+}
+#endif