toolchain: ifc: mpc: add support for sending/receiving handles

This commit is contained in:
2026-03-06 20:15:29 +00:00
parent 1c89acddbf
commit faeefe28ab
5 changed files with 318 additions and 86 deletions

View File

@@ -195,6 +195,7 @@ struct msg_definition *parse_msg_definition(struct ctx *ctx, struct lex *lex)
msg_definition_add_result(msg, type, result_name);
free(result_name);
i++;
}
if (!parse_symbol(lex, SYM_SEMICOLON)) {