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