Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Note that this easy task is actually impssible as is
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 4 Nov 2018 03:50:03 +0000 (04:50 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 4 Nov 2018 03:50:03 +0000 (04:50 +0100)
src/simdag/simdag_private.hpp

index 66810f7..0cb4312 100644 (file)
@@ -51,7 +51,7 @@ struct s_SD_task_t {
 
   bool marked = false; /* used to check if the task DAG has some cycle*/
 
 
   bool marked = false; /* used to check if the task DAG has some cycle*/
 
-  /* dependencies */
+  /* dependencies -- cannot be embedded in the struct since it's not handled as a real C++ class */
   std::set<SD_task_t> *inputs;
   std::set<SD_task_t> *outputs;
   std::set<SD_task_t> *predecessors;
   std::set<SD_task_t> *inputs;
   std::set<SD_task_t> *outputs;
   std::set<SD_task_t> *predecessors;