Address review comments

This commit is contained in:
Edgar Andrés Margffoy Tuay
2025-03-17 11:43:31 -05:00
committed by Francesc Alted
parent da8a9df9d8
commit 9aab353f7a
+3 -2
View File
@@ -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) */