Can we have extra fields in our message structure like int 'reply port number' and int 'operation-code' along with the int message_array[10]? Or are we suppose to just send the int message_array[10]?
--
You received this message because you are subscribed to the Google Groups "asu-cse-531-fall-2007" group.
To unsubscribe from this group and stop receiving emails from it, send an email to asu-cse-531-fall-2007+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
So then just to confirm, the return port, opcode, file name, and file data all need to be sent over using a 10 int array?