Samuel Thibault 8 年之前
父节点
当前提交
7066552699
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/doxygen/chapters/320_scheduling.doxy

+ 1 - 1
doc/doxygen/chapters/320_scheduling.doxy

@@ -187,7 +187,7 @@ array of bit, for instance to allow workers 2 and 42:
 task->workerids = calloc(2,sizeof(uint32_t));
 task->workerids = calloc(2,sizeof(uint32_t));
 task->workerids[2/32] |= (1 << (2%32));
 task->workerids[2/32] |= (1 << (2%32));
 task->workerids[42/32] |= (1 << (42%32));
 task->workerids[42/32] |= (1 << (42%32));
-task->workerids_len = 1;
+task->workerids_len = 2;
 \endcode
 \endcode
 
 
 One can also specify the order in which tasks must be executed by setting the
 One can also specify the order in which tasks must be executed by setting the