Skip to content
Snippets Groups Projects
Commit 958b5ff6 authored by Ollrogge's avatar Ollrogge
Browse files

add missing line

parent f2ed9d2b
Branches
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ static void init_rq(struct rq *rq)
set_pb_plan_size(pb_rq, [% plan_size %]);
[% FOREACH entry IN plan %]set_pb_plan_entry(pb_rq, [%entry.index%], [%entry.exec_t%], [%entry.idle_t%], proxy_task);
[% END %]
pb_submit_plan(rq);
}
static int __init pb_client_init(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment