mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Kernel: Make LoopbackAdapter eternally allocated.
This commit is contained in:
parent
beb9c970c9
commit
f6d0e1052b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <Kernel/Net/NetworkAdapter.h>
|
||||
|
||||
class LoopbackAdapter final : public NetworkAdapter {
|
||||
AK_MAKE_ETERNAL
|
||||
public:
|
||||
static LoopbackAdapter& the();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue