Skip to content

Commit 446658e

Browse files
committed
Update proxy_wasm_api.h
1 parent b2e6b07 commit 446658e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proxy_wasm_api.h

+4
Original file line numberDiff line numberDiff line change
@@ -1575,4 +1575,8 @@ inline uint64_t getCurrentTimeNanoseconds() {
15751575
return t;
15761576
}
15771577

1578+
inline void setTickPeriodMilliseconds(uint32_t millisecond) {
1579+
proxy_set_tick_period_milliseconds(millisecond);
1580+
}
1581+
15781582
inline void RootContext::done() { proxy_done(); }

0 commit comments

Comments
 (0)