]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/forb/src/executor.c
Fixed synchronization for codec buffer.
[frescor/frsh-forb.git] / src / forb / src / executor.c
index f1a068df6d684e3acd96c79b121d545617d794b8..7e75eb8b33d8a0fe8b76faccfd13109343a106c3 100644 (file)
@@ -86,6 +86,8 @@ int forb_executor_init(forb_executor_t *executor)
        if (ret) return ret;
 
        forb_exec_req_nolock_init_head(executor);
+       
+       forb_syncobj_init(&executor->reply_processed, 0);
        return 0;
 }