Put TODO marker into extra comment for VSCode to detect it.

This commit is contained in:
Michael Müller
2022-07-05 15:37:15 +02:00
parent b2a0919c8c
commit 683b557a58

View File

@@ -2,14 +2,14 @@
#include <algorithm>
#include <cstdint>
#include <numa.h>
namespace mx::system {
/**
* Encapsulates methods for retrieving information
* about the hardware landscape.
* TODO: Get topology information from Genode. This is a *huge* task because as of now Genode does not even know about NUMA. */
*/
* about the hardware landscape. */
/* TODO: Get topology information from Genode. This is a *huge* task because as of now Genode does not even know about NUMA. */
class topology
{
public: