mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #2058 - Fix build issues in DataChannel.cpp after sctp upgrade
This commit is contained in:
parent
6e3c4f40bf
commit
e27e1cd712
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue