Next: Server side
Up: int pvm_send_reply_packet(void);
Previous: int pvm_send_reply_packet(void);
- Get the worker class id and the farmer tid of the worker
task and validate these (if these are improper, return ERROR).
- Send the message in the active send buffer with message tag equal to the worker class id to the farmer task directly.
- Return OK.
Sameer Shende