nudge
This commit is contained in:
10
programs/bpf/c/src/invoked/instruction.h
Normal file
10
programs/bpf/c/src/invoked/instruction.h
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @brief Instruction definitions for the invoked program
|
||||
*/
|
||||
|
||||
const int TEST_VERIFY_TRANSLATIONS = 0;
|
||||
const int TEST_RETURN_ERROR = 1;
|
||||
const int TEST_DERIVED_SIGNERS = 2;
|
||||
const int TEST_VERIFY_NESTED_SIGNERS = 3;
|
||||
const int TEST_VERIFY_WRITER = 4;
|
||||
const int TEST_NESTED_INVOKE = 5;
|
Reference in New Issue
Block a user