toolchain: ifc: mpc: add support for sending/receiving handles
This commit is contained in:
@@ -11,6 +11,9 @@ void type_print(const struct type *ty)
|
||||
case TYPE_STRING:
|
||||
printf("string");
|
||||
break;
|
||||
case TYPE_HANDLE:
|
||||
printf("handle");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user