Variable MPI_Status.MPI_SOURCE

struct MPI_Status
{
  // ...
  int MPI_SOURCE;
  // ...
}