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

This commit is contained in:
Basilisk-Dev 2023-08-26 23:09:27 -04:00 • committed by roytam1
commit cc42e14a23

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