Commit 7fe2b4bd authored by Florian Kaltenberger's avatar Florian Kaltenberger

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
...@@ -984,6 +984,7 @@ void itti_wait_tasks_end(void) ...@@ -984,6 +984,7 @@ void itti_wait_tasks_end(void)
} }
printf("closing all tasks\n"); printf("closing all tasks\n");
sleep(1);
do { do {
ready_tasks = 0; ready_tasks = 0;
......
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 to comment