Skip to content
Snippets Groups Projects
Commit 12dcca28 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

box: introduce call_request

Create a special request type for call/eval requests.
Struct call_request is much lighter than struct request, and its
decoding is faster for call/eval request.
The new struct call_request allows call/eval without parameters.

In a future we are able to add into struct call_request more
members and merge it with box_function_ctx and lua_function_ctx.

Part of #2619
parent 5b96bb4c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment