Fix example-fsm-55 and documentation.

This commit is contained in:
NIIBE Yutaka
2017-11-15 10:46:49 +09:00
parent f161928b0b
commit bbe09de209
5 changed files with 27 additions and 5 deletions

View File

@@ -366,6 +366,8 @@ main (int argc, const char *argv[])
(void)argc;
(void)argv;
chopstx_conf_idle (1);
chopstx_mutex_init (&mtx);
chopstx_cond_init (&cnd0);
chopstx_cond_init (&cnd1);