diff options
Diffstat (limited to 'Kernel/Net/IPv4Socket.h')
-rw-r--r-- | Kernel/Net/IPv4Socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Net/IPv4Socket.h b/Kernel/Net/IPv4Socket.h index fdd119d9ad..e31064740d 100644 --- a/Kernel/Net/IPv4Socket.h +++ b/Kernel/Net/IPv4Socket.h @@ -44,6 +44,7 @@ public: protected: IPv4Socket(int type, int protocol); + virtual const char* class_name() const override { return "IPv4Socket"; } int allocate_source_port_if_needed(); |