From e27e1cd712a45dbd9aa9e2e2426079646157d593 Mon Sep 17 00:00:00 2001 From: roytam1 Date: Fri, 1 Sep 2023 11:35:30 +0800 Subject: [PATCH] Issue #2058 - Fix build issues in DataChannel.cpp after sctp upgrade --- netwerk/sctp/datachannel/DataChannel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netwerk/sctp/datachannel/DataChannel.cpp b/netwerk/sctp/datachannel/DataChannel.cpp index 99e0502dc9..9130d787e1 100644 --- a/netwerk/sctp/datachannel/DataChannel.cpp +++ b/netwerk/sctp/datachannel/DataChannel.cpp @@ -173,7 +173,8 @@ GetConnectionFromSocket(struct socket* sock) // called when the buffer empties to the threshold value static int -threshold_event(struct socket* sock, uint32_t sb_free) +threshold_event(struct socket* sock, uint32_t sb_free, + void* ulp_info) { DataChannelConnection *connection = GetConnectionFromSocket(sock); if (connection) {