toolchain: ifc: mpc: add support for sending/receiving handles
This commit is contained in:
@@ -39,6 +39,10 @@ const struct type *ctx_get_type(struct ctx *ctx, const char *name)
|
||||
return ctx_get_builtin_type(ctx, TYPE_INT);
|
||||
}
|
||||
|
||||
if (!strcmp(name, "handle")) {
|
||||
return ctx_get_builtin_type(ctx, TYPE_HANDLE);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user