Commit 6e905224 authored by Xiaofei Du's avatar Xiaofei Du Committed by Facebook GitHub Bot

Fix a small bug in IoUringBackendTest

Summary: small bug

Differential Revision: D24080766

fbshipit-source-id: bb03739014023aa98b55859d433f88149529e5e7
parent 16d1d55c
...@@ -443,7 +443,7 @@ void testAsyncUDPRecvmsg(bool useRegisteredFds) { ...@@ -443,7 +443,7 @@ void testAsyncUDPRecvmsg(bool useRegisteredFds) {
serverSocketVec.reserve(kNumSockets); serverSocketVec.reserve(kNumSockets);
std::vector<std::unique_ptr<folly::AsyncUDPSocket>> clientSocketVec; std::vector<std::unique_ptr<folly::AsyncUDPSocket>> clientSocketVec;
serverSocketVec.reserve(kNumSockets); clientSocketVec.reserve(kNumSockets);
std::vector<std::unique_ptr<EventRecvmsgCallback>> cbVec; std::vector<std::unique_ptr<EventRecvmsgCallback>> cbVec;
cbVec.reserve(kNumSockets); cbVec.reserve(kNumSockets);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment