mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
Kernel: Make TimerId a distinct type
Well, that was easy\! :^)
This commit is contained in:
parent
94e0a603f2
commit
65b36e42b8
Notes:
sideshowbarker
2024-07-18 21:47:53 +09:00
Author: https://github.com/BenWiederhake
Commit: 65b36e42b8
Pull-request: https://github.com/SerenityOS/serenity/pull/5323
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bgianfo
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
typedef u64 TimerId;
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u64, TimerId);
|
||||
|
||||
class Timer : public RefCounted<Timer>
|
||||
, public InlineLinkedListNode<Timer> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue