#ifndef __PVM_H__
#define __PVM_H__

extern int nhost;
extern int ptid;

struct crack_slave *find_free();
struct crack_slave *find_slave(int tid);
void master_control();
void pvm_start();
void slave_mainloop();
#endif
