mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 318180382
This commit is contained in:
@@ -180,7 +180,7 @@ class BindToDeviceSequenceTest : public ::testing::TestWithParam<SocketKind> {
|
||||
private:
|
||||
SocketKind socket_factory_;
|
||||
// devices maps from the device id in the test case to the name of the device.
|
||||
std::unordered_map<int, string> devices_;
|
||||
absl::node_hash_map<int, string> devices_;
|
||||
// These are the tunnels that were created for the test and will be destroyed
|
||||
// by the destructor.
|
||||
vector<std::unique_ptr<Tunnel>> tunnels_;
|
||||
|
||||
Reference in New Issue
Block a user