Skip to content
Snippets Groups Projects
Commit 7fe2b4bd authored by Florian Kaltenberger's avatar Florian Kaltenberger
Browse files

adding a sleep at exit to allow tasks to finish properly

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7529 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8b3934e9
No related branches found
No related tags found
No related merge requests found
......@@ -984,6 +984,7 @@ void itti_wait_tasks_end(void)
}
printf("closing all tasks\n");
sleep(1);
do {
ready_tasks = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment