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 5afe9bd commit 4598dc3Copy full SHA for 4598dc3
include/proxy-wasm/null_plugin.h
@@ -38,6 +38,7 @@ namespace proxy_wasm {
38
struct NullPluginRegistry {
39
void (*proxy_abi_version_0_1_0_)() = nullptr;
40
void (*proxy_abi_version_0_2_0_)() = nullptr;
41
+ void (*proxy_abi_version_0_2_1_)() = nullptr;
42
void (*proxy_on_log_)(uint32_t context_id) = nullptr;
43
uint32_t (*proxy_validate_configuration_)(uint32_t root_context_id,
44
uint32_t plugin_configuration_size) = nullptr;
0 commit comments