We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43adb6d commit b0e88feCopy full SHA for b0e88fe
include/proxy-wasm/wasm.h
@@ -344,7 +344,7 @@ std::shared_ptr<WasmHandleBase>
344
createWasm(std::string vm_key, std::string code, std::shared_ptr<PluginBase> plugin,
345
WasmHandleFactory factory, WasmHandleCloneFactory clone_factory, bool allow_precompiled);
346
// 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);
+std::shared_ptr<WasmHandleBase> getThreadLocalWasm(std::string_view vm_key);
348
349
class PluginHandleBase : public std::enable_shared_from_this<PluginHandleBase> {
350
public:
0 commit comments