Next: Server side
Up: int pvm_send_work_packet(int id);
Previous: int pvm_send_work_packet(int id);
- Get the currently used buffer id and save it. Create another buffer to
use for sending a message to the server task.
- The message should contain, the opcode
SEND_WORK_PACKET and the the worker class id of the following message.
- After sending the message, make the user message buffer the current active
send buffer and send the user specified message.
- Return OK.
Sameer Shende