Kernel: Move on_close_impl from network socket to udp socket
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user