mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Accidentally commented out closing bracket in class definition.
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* @return Core where the caller is running.
|
* @return Core where the caller is running.
|
||||||
*/
|
*/
|
||||||
static std::uint16_t core_id() { return std::uint16_t(0); // no way of getting CPU id yet }
|
static std::uint16_t core_id() { return std::uint16_t(0); } // no way of getting CPU id yet }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads the NUMA region identifier of the given core.
|
* Reads the NUMA region identifier of the given core.
|
||||||
|
|||||||
Reference in New Issue
Block a user