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