Issue #2058 - Fix build issues in DataChannel.cpp after sctp upgrade

This commit is contained in:
roytam1 2023-09-01 11:35:30 +08:00
commit e27e1cd712

View file

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