diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-22 13:42:01 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-22 13:42:01 +0900 |
commit | 1b12a780548cff613e9eaa5cdef0e4a9429441cb (patch) | |
tree | 81289093481837da3064036ddc589071b6401dbf /ChangeLog | |
parent | 5d40ffbffad4b3f102a6d4cf975d7a49a6dcdb92 (diff) |
Modify chopstx_poll API
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2016-04-22 Niibe Yutaka <gniibe@fsij.org> + + * chopstx.c (chx_cond_hook): Rename from chopstx_cond_hook and make + it internal. + (chx_cond_unhook): Likewise. + (chx_join_hook, chx_join_unhook): New. + (chopstx_poll): Change API, not exposing internals of hook/unhook. + + * example-fs-bb48/sample.c (main): Follow the API change of + chopstx_poll. + 2016-04-21 Niibe Yutaka <gniibe@fsij.org> * chopstx.c (chx_snooze, chx_wakeup): New. |