Kernel: Use separate Handle tables for CoreTiming userdata

This is to support the removal of GetHandle soon
This commit is contained in:
Yuri Kunde Schlesner 2015-01-31 14:23:09 -02:00
parent ec9c773251
commit a9b86db3cf
4 changed files with 25 additions and 18 deletions

View file

@ -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