ecore: move self to the right position.

SVN revision: 67130
This commit is contained in:
Cedric BAIL 2012-01-12 09:06:28 +00:00
parent ad51dd4bc3
commit c6894cee94
1 changed files with 1 additions and 1 deletions

View File

@ -930,9 +930,9 @@ ecore_thread_run(Ecore_Thread_Cb func_blocking,
work->kill = EINA_FALSE;
work->reschedule = EINA_FALSE;
work->data = data;
work->self = 0;
#ifdef EFL_HAVE_THREADS
work->self = 0;
work->hash = NULL;
CDI(work->cond);
LKI(work->mutex);