Kernel: Make LoopbackAdapter eternally allocated.

This commit is contained in:
Andreas Kling 2019-04-03 12:15:42 +02:00
parent beb9c970c9
commit f6d0e1052b
Notes: sideshowbarker 2024-07-19 14:50:53 +09:00

View file

@ -3,6 +3,7 @@
#include <Kernel/Net/NetworkAdapter.h>
class LoopbackAdapter final : public NetworkAdapter {
AK_MAKE_ETERNAL
public:
static LoopbackAdapter& the();