Re: [PATCH] client: broadcast the right pthread_cond variable

2014-08-22 Thread Pekka Paalanen
On Tue, 5 Aug 2014 11:42:01 +0200 Marek Chalupa wrote: > In previous commit we removed unused variables. One of them was > pthread_cond_t that was formerly used when reading from display, but > later was (erroneously) made unused. This patch fixes this error > and is a fix for the failing test i

[PATCH] client: broadcast the right pthread_cond variable

2014-08-05 Thread Marek Chalupa
In previous commit we removed unused variables. One of them was pthread_cond_t that was formerly used when reading from display, but later was (erroneously) made unused. This patch fixes this error and is a fix for the failing test introduced few patches ago (tests: test if thread can block on erro