X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/eff48c1250f7f654a00495c5048766a9261c64ce..2d80199d7bc25b4c6e4a5ac986f8902770e82d96:/polypath.c diff --git a/polypath.c b/polypath.c index cea465e..0f68a49 100644 --- a/polypath.c +++ b/polypath.c @@ -443,7 +443,8 @@ static void polypath_afterpoll_monitor(void *state, struct pollfd *fds, /* Actual udp packet sending work */ static bool_t polypath_sendmsg(void *commst, struct buffer_if *buf, - const struct comm_addr *dest) + const struct comm_addr *dest, + struct comm_clientinfo *clientinfo) { struct polypath *st=commst; struct interf *interf;