Skip to content

Commit

Permalink
fix(perf): RpsClient SIGBUS on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Dec 3, 2023
1 parent f9d26ac commit 7d6c2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perf/lib/RpsClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class RpsClient : public PerfBase {
CXPLAT_EVENT* CompletionEvent {nullptr};
QUIC_ADDR LocalAddresses[RPS_MAX_CLIENT_PORT_COUNT];
uint32_t LocalAddressCount {RPS_MAX_CLIENT_PORT_COUNT};
uint32_t ActiveConnections {0};
alignas(16) uint32_t ActiveConnections {0};
CxPlatEvent AllConnected {true};
uint64_t StartedRequests {0};
uint64_t SendCompletedRequests {0};
Expand Down

0 comments on commit 7d6c2f5

Please sign in to comment.