calling distrib::taskDone from distrib::send_data().... needs testing
git-svn-id: svn://anubis/fart/trunk@233 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
parent
898bf3a01c
commit
2a7624e2fe
@ -287,6 +287,7 @@ int distrib::send_data(int task, unsigned char * data, int num_bytes)
|
|||||||
{
|
{
|
||||||
memcpy(m_data + 3 * task * UNIT_TASK_SIZE, data, num_to_copy);
|
memcpy(m_data + 3 * task * UNIT_TASK_SIZE, data, num_to_copy);
|
||||||
}
|
}
|
||||||
|
taskDone(task);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user