diff --git a/templates/normal/experiment.cpp b/templates/normal/experiment.cpp index c3246f0..0c2cb09 100644 --- a/templates/normal/experiment.cpp +++ b/templates/normal/experiment.cpp @@ -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(job_count); + task_arguments[i] = std::vector>(job_count); } /* Workaround, the base node action is not initialized if the node gets