Skip to content

Commit

Permalink
Missed a change
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jan 3, 2025
1 parent 1c44a79 commit 9f984c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/platform/datapath_kqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1311,11 +1311,13 @@ CxPlatSocketContextSendComplete(
}

void
CxPlatDataPathSocketProcessIoCompletion(
_In_ CXPLAT_SOCKET_CONTEXT* SocketContext,
CxPlatSocketContextIoEventComplete(
_In_ CXPLAT_CQE* Cqe
)
{
CXPLAT_SOCKET_CONTEXT* SocketContext =
CXPLAT_CONTAINING_RECORD(CxPlatCqeGetSqe(Cqe), CXPLAT_SOCKET_CONTEXT, IoSqe);

if (!CxPlatRundownAcquire(&SocketContext->UpcallRundown)) {
return;
}
Expand Down

0 comments on commit 9f984c9

Please sign in to comment.