Address review comments
This commit is contained in:
committed by
Francesc Alted
parent
da8a9df9d8
commit
9aab353f7a
+3
-2
@@ -47,12 +47,13 @@ void *th_worker(void *tidptr)
|
||||
char **errmsg;
|
||||
// For output buffering if needed
|
||||
vector<char> out_buffer;
|
||||
int init_sentinels_done = 0;
|
||||
|
||||
while (1) {
|
||||
|
||||
/* Sentinels have to be initialised yet */
|
||||
if(tid == 0) {
|
||||
gs.init_sentinels_done = 0;
|
||||
if (tid == 0) {
|
||||
init_sentinels_done = 0;
|
||||
}
|
||||
|
||||
/* Meeting point for all threads (wait for initialization) */
|
||||
|
||||
Reference in New Issue
Block a user