mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Kernel: Take a copy of MACAddress in RoutingDecision
This commit is contained in:
parent
498f8c01a2
commit
302d521485
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
struct RoutingDecision
|
||||
{
|
||||
WeakPtr<NetworkAdapter> adapter;
|
||||
const MACAddress& next_hop;
|
||||
MACAddress next_hop;
|
||||
};
|
||||
|
||||
RoutingDecision route_to(const IPv4Address& target, const IPv4Address& source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue