fix compile error

pull/1748/head
Jeff Becker 3 years ago committed by Jeff
parent 5b8ebb269c
commit 00075f541b

@ -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

Loading…
Cancel
Save