We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Define macros for clib_host_to_net_XXX and clib_net_to_host_XXX functions
to share number and order of parameters with type handlers introduced by VPP-1184:
_host_to_net_XXX_id(JNIEnv * env, jobject _host, vl_api_XXX_t * _net)
and
_net_to_host_XXX(JNIEnv * env, vl_api_XXX_id_t * _net, jobject _host)
that would simplify JNI generation by removing some special cases.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Define macros for clib_host_to_net_XXX and clib_net_to_host_XXX functions
to share number and order of parameters with type handlers introduced by
VPP-1184:_host_to_net_XXX_id(JNIEnv * env, jobject _host, vl_api_XXX_t * _net)
and
_net_to_host_XXX(JNIEnv * env, vl_api_XXX_id_t * _net, jobject _host)
that would simplify JNI generation by removing some special cases.
The text was updated successfully, but these errors were encountered: