blob: 85854effb7db9f66bbe7c026eb0080795da53d3d [file] [log] [blame]
/*
Define the protocol structure to be used by NetPIPE for MPI.
*/
typedef struct protocolstruct ProtocolStruct;
struct protocolstruct
{
int nbor, iproc;
};