Kernel: Move on_close_impl from network socket to udp socket

This commit is contained in:
2024-02-12 04:26:25 +02:00
parent be01ccdb08
commit ba06269b14
7 changed files with 21 additions and 19 deletions

View File

@@ -40,8 +40,6 @@ namespace Kernel
protected:
NetworkSocket(NetworkLayer&, ino_t, const TmpInodeInfo&);
virtual void on_close_impl() override;
virtual BAN::ErrorOr<long> ioctl_impl(int request, void* arg) override;
protected: