Helper function prototype #31
-
|
Hello, In the "Add new helper function" document, when you talk about the helper function registration with the verifier, the There is a difference between the number of arguments in the Also, about the types of the arguments for a new helper function. If, for example, one of the arguments is of a custom type (e.g., Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The helper function will be casted to As regarding the parameter types, you can use either |
Beta Was this translation helpful? Give feedback.
The helper function will be casted to
jbpf_helper_func_twhen e.g. registering. Currently, any help functions can be supported up to 5 arguments.As regarding the parameter types, you can use either
void* arg1ormy_struct *arg1.