X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed3e911d18757096ccfd585c4f8ef09d8589f249..fce3a86dd4d407dad48652984bf5bf0444f37170:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 26847a61b4..d40078d6a6 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -28,6 +28,14 @@ typedef struct s_smpi_process_data *smpi_process_data_t; #define ISEND 0x20 #define SSEND 0x40 #define PREPARED 0x80 + + +enum smpi_process_state{ + SMPI_UNINITIALIZED, + SMPI_INITIALIZED, + SMPI_FINALIZED +}; + // this struct is here to handle the problem of non-contignous data // for each such structure these function should be implemented (vector // index hvector hindex struct)