mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #2058 - Fix build issues in DataChannel.cpp after sctp upgrade
This commit is contained in:
parent
de80c8a019
commit
cc42e14a23
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
|
// called when the buffer empties to the threshold value
|
||||||
static int
|
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);
|
DataChannelConnection *connection = GetConnectionFromSocket(sock);
|
||||||
if (connection) {
|
if (connection) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue