strcmp warfare

This commit is contained in:
2026-03-18 18:57:06 +01:00
parent 3045a86cd9
commit 23e02652d7
4 changed files with 256 additions and 171 deletions

View File

@@ -549,9 +549,9 @@ typedef struct nn_ComponentRequest {
const char *compAddress;
// the action requested
nn_ComponentAction action;
// for NN_COMP_CALL, it is the method called.
// for NN_COMP_ENABLED, it is the method being checked.
const char *methodCalled;
// for NN_COMP_CALL, it is the idx of the method called.
// for NN_COMP_ENABLED, it is the idx of the method being checked.
int methodCalled;
union {
// for NN_COMP_CALL, it is the amount of return values.
size_t returnCount;