Skip to content

Move get_log_level to ABI version 0.2.1 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 5, 2020
Merged

Move get_log_level to ABI version 0.2.1 #50

merged 2 commits into from
Aug 5, 2020

Conversation

gbrail
Copy link
Contributor

@gbrail gbrail commented Aug 4, 2020

Add ProxyWasm_0_2_1 enum and support.

Signed-off-by: Gregory Brail [email protected]

Add ProxyWasm_0_2_1 enum and support.

Signed-off-by: Gregory Brail <[email protected]>
} else if (abiVersion() == AbiVersion::ProxyWasm_0_2_1) {
_REGISTER_PROXY(continue_stream);
_REGISTER_PROXY(close_stream);
_REGISTER_PROXY(get_log_level);
}
#undef _REGISTER_PROXY
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are also _GET_PROXY callbacks below that are guarded by the ABI version.

Signed-off-by: Gregory Brail <[email protected]>
@PiotrSikora PiotrSikora merged commit d1e7040 into proxy-wasm:master Aug 5, 2020
@gbrail gbrail deleted the add-2-1 branch August 6, 2020 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants