diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-22 13:29:08 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-22 13:29:08 +0000 |
commit | fb771c0cf876ad58c50551b90dacc0b5689dae05 (patch) | |
tree | 1191636f678761d37d4c7959ae9d5edbde46e28c /include | |
parent | 589b91b7422d3923045c3422a5b790b26162439a (diff) | |
parent | 514791e5c6ded690aaf6dc43709dd02bc6a2ff6a (diff) | |
download | ouroboros-fb771c0cf876ad58c50551b90dacc0b5689dae05.tar.gz ouroboros-fb771c0cf876ad58c50551b90dacc0b5689dae05.zip |
Merged in sandervrijders/ouroboros/be-tw (pull request #560)
Be tw
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/timerwheel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ouroboros/timerwheel.h b/include/ouroboros/timerwheel.h index e259c855..b0c9ee29 100644 --- a/include/ouroboros/timerwheel.h +++ b/include/ouroboros/timerwheel.h @@ -42,4 +42,6 @@ int timerwheel_restart(struct timerwheel * tw, void timerwheel_stop(struct timerwheel * tw, struct tw_f * f); +void timerwheel_move(struct timerwheel * tw); + #endif /* OUROBOROS_LIB_TIMERWHEEL_H */ |