Kernel: Use separate Handle tables for CoreTiming userdata
This is to support the removal of GetHandle soon
This commit is contained in:
parent
ec9c773251
commit
a9b86db3cf
4 changed files with 25 additions and 18 deletions
|
@ -50,6 +50,9 @@ public:
|
|||
|
||||
private:
|
||||
Timer() = default;
|
||||
|
||||
/// Handle used as userdata to reference this object when inserting into the CoreTiming queue.
|
||||
Handle callback_handle;
|
||||
};
|
||||
|
||||
/// Initializes the required variables for timers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue