James Morrison <[EMAIL PROTECTED]> writes: > Ok, I'm not understanding why this is so. Is a new RPC needed because the > user of the rpc is expecting a message back that is a specific size?
Yes. If you use MiG structs, then the interface itself has a fixed specific amount of data. Changing it to use MiG arrays (the C type is still a struct) allows for the size to be variable. > So in this case we can use a stack based object since we know the size of the > struct at compile time. Yes. _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
