Skip to content

Commit

Permalink
move DatapathType location to be copied by QuicCopyRouteInfo (#3884)
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS authored Sep 26, 2023
1 parent 4ef3731 commit 35bfa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inc/quic_datapath.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ typedef struct CXPLAT_ROUTE {
uint8_t LocalLinkLayerAddress[6];
uint8_t NextHopLinkLayerAddress[6];

uint16_t DatapathType; // CXPLAT_DATAPATH_TYPE

//
// QuicCopyRouteInfo copies memory up to this point (not including State).
//

CXPLAT_ROUTE_STATE State;
CXPLAT_RAW_TCP_STATE TcpState;

uint16_t DatapathType; // CXPLAT_DATAPATH_TYPE

} CXPLAT_ROUTE;

//
Expand Down

0 comments on commit 35bfa96

Please sign in to comment.