diff options
Diffstat (limited to 'smallapp/worker_cb.c')
| -rw-r--r-- | smallapp/worker_cb.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/smallapp/worker_cb.c b/smallapp/worker_cb.c index 6c3bd0049082..78d921a3c6e9 100644 --- a/smallapp/worker_cb.c +++ b/smallapp/worker_cb.c @@ -248,3 +248,19 @@ void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) { log_assert(0); } + +#ifdef USE_DNSTAP +void dtio_tap_callback(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev), + void* ATTR_UNUSED(arg)) +{ + log_assert(0); +} +#endif + +#ifdef USE_DNSTAP +void dtio_mainfdcallback(int ATTR_UNUSED(fd), short ATTR_UNUSED(ev), + void* ATTR_UNUSED(arg)) +{ + log_assert(0); +} +#endif |
