Skip to content

Commit 4598dc3

Browse files
authored
Add a missing include for 0_2_1 version. (#51)
Signed-off-by: Gregory Brail <[email protected]>
1 parent 5afe9bd commit 4598dc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/proxy-wasm/null_plugin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ namespace proxy_wasm {
3838
struct NullPluginRegistry {
3939
void (*proxy_abi_version_0_1_0_)() = nullptr;
4040
void (*proxy_abi_version_0_2_0_)() = nullptr;
41+
void (*proxy_abi_version_0_2_1_)() = nullptr;
4142
void (*proxy_on_log_)(uint32_t context_id) = nullptr;
4243
uint32_t (*proxy_validate_configuration_)(uint32_t root_context_id,
4344
uint32_t plugin_configuration_size) = nullptr;

0 commit comments

Comments
 (0)