1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:07:44 +00:00

Kernel: Make LoopbackAdapter eternally allocated.

This commit is contained in:
Andreas Kling 2019-04-03 12:15:42 +02:00
parent beb9c970c9
commit f6d0e1052b

View file

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