chiark / gitweb /
comm clientinfo: Provide clientinfo interface
[secnet.git] / udp.c
diff --git a/udp.c b/udp.c
index 451e6e9a0b8b23665ad31f054de12bec70204570..1535f290c587a9efaa261d1ad2da740283ad024e 100644 (file)
--- a/udp.c
+++ b/udp.c
@@ -201,7 +201,8 @@ static void udp_socks_afterpoll(void *state, struct pollfd *fds, int nfds)
 }
 
 static bool_t udp_sendmsg(void *commst, struct buffer_if *buf,
-                         const struct comm_addr *dest)
+                         const struct comm_addr *dest,
+                         struct comm_clientinfo *clientinfo)
 {
     struct udp *st=commst;
     struct udpcommon *uc=&st->uc;