chiark / gitweb /
comm clientinfo: Provide clientinfo interface
[secnet.git] / polypath.c
index cea465e18bbd8801e80340813d5760633021a71c..0f68a496d54ee6744b8558620472f5a16b5c72fa 100644 (file)
@@ -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;