Skip to content

Commit b0e88fe

Browse files
author
chaoqin-li1123
committed
correct func param name
Signed-off-by: chaoqin-li1123 <[email protected]>
1 parent 43adb6d commit b0e88fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/proxy-wasm/wasm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ std::shared_ptr<WasmHandleBase>
344344
createWasm(std::string vm_key, std::string code, std::shared_ptr<PluginBase> plugin,
345345
WasmHandleFactory factory, WasmHandleCloneFactory clone_factory, bool allow_precompiled);
346346
// Get an existing ThreadLocal VM matching 'vm_id' or nullptr if there isn't one.
347-
std::shared_ptr<WasmHandleBase> getThreadLocalWasm(std::string_view vm_id);
347+
std::shared_ptr<WasmHandleBase> getThreadLocalWasm(std::string_view vm_key);
348348

349349
class PluginHandleBase : public std::enable_shared_from_this<PluginHandleBase> {
350350
public:

0 commit comments

Comments
 (0)