mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Make LoopbackAdapter eternally allocated.
This commit is contained in:
parent
beb9c970c9
commit
f6d0e1052b
Notes:
sideshowbarker
2024-07-19 14:50:53 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f6d0e1052b4
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…
Reference in a new issue