X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=iface.c;fp=iface.c;h=d2daf407272509d10bf2024b632da005d4774902;hb=cfc653d0fd2f58ef3f4b5ecb285d5beb5bfaacfb;hp=24d5a375a982cfa7b48c8a0d20cd378d22aa32c9;hpb=d553a1c2d1cd3fcdd65ade64940b5bd3efc70675;p=catta diff --git a/iface.c b/iface.c index 24d5a37..d2daf40 100644 --- a/iface.c +++ b/iface.c @@ -447,12 +447,12 @@ void flx_interface_post_query(flxInterface *i, flxKey *key, gboolean immediately } -void flx_interface_post_response(flxInterface *i, flxRecord *record, gboolean immediately) { +void flx_interface_post_response(flxInterface *i, const flxAddress *a, flxRecord *record, gboolean immediately) { g_assert(i); g_assert(record); if (flx_interface_relevant(i)) - flx_packet_scheduler_post_response(i->scheduler, record, immediately); + flx_packet_scheduler_post_response(i->scheduler, a, record, immediately); } void flx_dump_caches(flxInterfaceMonitor *m, FILE *f) {