Skip to content

Commit

Permalink
Update proxy_wasm_api.h
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <[email protected]>
  • Loading branch information
Xunzhuo committed Apr 22, 2021
1 parent b2e6b07 commit 0292837
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proxy_wasm_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -1575,4 +1575,8 @@ inline uint64_t getCurrentTimeNanoseconds() {
return t;
}

inline void setTickPeriodMilliseconds(uint32_t millisecond) {
proxy_set_tick_period_milliseconds(millisecond);
}

inline void RootContext::done() { proxy_done(); }

0 comments on commit 0292837

Please sign in to comment.