diff --git a/src/sys/include/mpi/mpi.h b/src/sys/include/mpi/mpi.h index b0d7048..94a8952 100644 --- a/src/sys/include/mpi/mpi.h +++ b/src/sys/include/mpi/mpi.h @@ -33,12 +33,12 @@ #include #include -#define MESSAGE_LENGTH 128 +#define MESSAGE_LENGTH 248 struct mpiMessage { - struct mpiMessage *next; - uInt32 type; char data[MESSAGE_LENGTH]; + uInt32 type; + struct mpiMessage *next; }; struct mpiMbox { @@ -64,6 +64,9 @@ /*** $Log$ + Revision 1.6 2004/05/25 18:33:11 reddawg + We now use 128byte messages I can increase later + Revision 1.5 2004/05/25 18:29:57 reddawg We now lock onto a pid