Fix saem sleep

This commit is contained in:
emanuel 2021-07-26 12:38:36 +01:00
parent bf51bd0eae
commit 97df23f3f4
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ void *sa_service(void *fc) {
} }
mk_saem_n_sleep = 0; mk_saem_n_sleep = 0;
} }
++mk_saem_n_sleep;
pthread_mutex_lock(&bulletin->lock); pthread_mutex_lock(&bulletin->lock);
for (int a = 0; a < bulletin->to_consume_len; ++a) { for (int a = 0; a < bulletin->to_consume_len; ++a) {