X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=polypath.c;h=0f68a496d54ee6744b8558620472f5a16b5c72fa;hb=2d80199d7bc25b4c6e4a5ac986f8902770e82d96;hp=cea465e18bbd8801e80340813d5760633021a71c;hpb=eff48c1250f7f654a00495c5048766a9261c64ce;p=secnet.git 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;