Home | History | Annotate | Download | only in netpipe-2.4
      1 /*
      2   Define the protocol structure to be used by NetPIPE for MPI.
      3   */
      4 
      5 typedef struct protocolstruct ProtocolStruct;
      6 struct protocolstruct
      7 {
      8 	int nbor, iproc;
      9 };
     10 
     11