From 683b557a581d4987a91d6f711edbc524d2ba13ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Tue, 5 Jul 2022 15:37:15 +0200 Subject: [PATCH] Put TODO marker into extra comment for VSCode to detect it. --- src/mx/system/topology.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mx/system/topology.h b/src/mx/system/topology.h index d3ff1b0..c8a1357 100644 --- a/src/mx/system/topology.h +++ b/src/mx/system/topology.h @@ -2,14 +2,14 @@ #include #include -#include + 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: