Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
566 changes: 283 additions & 283 deletions network/ndis/extension/base/SxApi.h

Large diffs are not rendered by default.

234 changes: 117 additions & 117 deletions network/ndis/extension/base/SxBase.c

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions network/ndis/extension/base/SxBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ typedef struct _SX_SWITCH_OBJECT
//
SX_SWITCH_DATAFLOW_STATE DataFlowState;
SX_SWITCH_CONTROLFLOW_STATE ControlFlowState;

//
// Management fields.
//
volatile LONG PendingInjectedNblCount;
volatile LONG PendingOidCount;

//
// Control Path Management.
//
PNDIS_SWITCH_NIC_OID_REQUEST OldNicRequest;

} SX_SWITCH_OBJECT, *PSX_SWITCH_OBJECT;

typedef struct _SX_OID_REQUEST
Expand Down
Loading
Loading