X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04b2e93870ff29c4e46ecd9e41451bfd911e60fe..b6dde5ff6f208b83545a4b4e9e81712d0d8617a1:/src/smpi/include/smpi_comm.hpp diff --git a/src/smpi/include/smpi_comm.hpp b/src/smpi/include/smpi_comm.hpp index 9a416d6782..a9fa971047 100644 --- a/src/smpi/include/smpi_comm.hpp +++ b/src/smpi/include/smpi_comm.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -84,7 +84,7 @@ public: void add_rma_win(MPI_Win win); void remove_rma_win(MPI_Win win); void finish_rma_calls(); - MPI_Comm split_type(int type, int key, MPI_Info info); + MPI_Comm split_type(int type, int key, const Info* info); }; } // namespace smpi