Commit 9dd111c8 by Tobias Langer

Set up task arguments.

parent c4396551
......@@ -240,6 +240,7 @@ int main(int argc, char* argv[])
for(int i = 0; i < taskset_length; i++) {
auto job_count = hyperperiod / taskset[i].period;
benchmark[i] = std::vector<timestamps>(job_count);
task_arguments[i] = std::vector<std::pair<int,int>>(job_count);
}
/* Workaround, the base node action is not initialized if the node gets
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment