mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:47:35 +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>
|
#include <Kernel/Net/NetworkAdapter.h>
|
||||||
|
|
||||||
class LoopbackAdapter final : public NetworkAdapter {
|
class LoopbackAdapter final : public NetworkAdapter {
|
||||||
|
AK_MAKE_ETERNAL
|
||||||
public:
|
public:
|
||||||
static LoopbackAdapter& the();
|
static LoopbackAdapter& the();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue