From 00075f541bceb44484d0d378c82d4eb6b1992a89 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 20 Sep 2021 16:24:41 -0400 Subject: [PATCH] fix compile error --- include/lokinet/lokinet_udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lokinet/lokinet_udp.h b/include/lokinet/lokinet_udp.h index 82ffd0a3a..b1909c4c3 100644 --- a/include/lokinet/lokinet_udp.h +++ b/include/lokinet/lokinet_udp.h @@ -41,7 +41,7 @@ extern "C" /// hook function for flow timeout typedef void (*lokinet_udp_flow_timeout_func)( - const lokinet_udp_flowinfo* /* remote address */, void* /* flow-userdata */); + const struct lokinet_udp_flowinfo* /* remote address */, void* /* flow-userdata */); /// inbound listen udp socket /// expose udp port exposePort to the void