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 0292837 commit 41087e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_wasm_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ inline uint64_t getCurrentTimeNanoseconds() {
}

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

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

0 comments on commit 41087e4

Please sign in to comment.