Next: Server side
Up: int pvm_farm_terminate(char *farm_name);
Previous: int pvm_farm_terminate(char *farm_name);
- Send a message to the server containing opcode FARM_TERMINATE and the farm name.
- Wait for a reply from the server and unpack the return value from the message once it is received.
- Return this value. It could be OK or PvmNoSuchFarm or PvmNotFarmOwner.
Sameer Shende