Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jan 2, 2025
1 parent b9f0912 commit b8bf0ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platform/platform_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -804,17 +804,17 @@ typedef struct QUIC_CACHEALIGN CXPLAT_SOCKET_CONTEXT {
//
// The submission queue event for shutdown.
//
DATAPATH_SQE ShutdownSqe;
CXPLAT_SQE ShutdownSqe;

//
// The submission queue event for IO.
//
DATAPATH_SQE IoSqe;
CXPLAT_SQE IoSqe;

//
// The submission queue event for flushing the send queue.
//
DATAPATH_SQE FlushTxSqe;
CXPLAT_SQE FlushTxSqe;

//
// The head of list containg all pending sends on this socket.
Expand Down

0 comments on commit b8bf0ab

Please sign in to comment.