mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 06:27:35 +00:00
Kernel: Mark Thread::Blocker leaf subclasses final
This commit is contained in:
parent
53019f413c
commit
8000e8a080
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ namespace Kernel {
|
|||
|
||||
static Singleton<MutexProtected<HashMap<IPv4Address, MACAddress>>> s_arp_table;
|
||||
|
||||
class ARPTableBlocker : public Thread::Blocker {
|
||||
class ARPTableBlocker final : public Thread::Blocker {
|
||||
public:
|
||||
ARPTableBlocker(IPv4Address ip_addr, Optional<MACAddress>& addr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue