X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..c07b0d9b6750434a97220b7819c0f72bfc8d4e98:/src/smpi/include/smpi_status.hpp diff --git a/src/smpi/include/smpi_status.hpp b/src/smpi/include/smpi_status.hpp index b5c67369cd..c906afd8d0 100644 --- a/src/smpi/include/smpi_status.hpp +++ b/src/smpi/include/smpi_status.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2019. The SimGrid Team. +/* Copyright (c) 2009-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -19,8 +19,8 @@ public: static void empty(MPI_Status * status); static int cancelled (const MPI_Status * status); static void set_cancelled (MPI_Status * status, int flag); -static void set_elements (MPI_Status * status, MPI_Datatype , int count); -static int get_count(const MPI_Status * status, MPI_Datatype datatype); +static void set_elements(MPI_Status* status, const Datatype*, int count); +static int get_count(const MPI_Status* status, const Datatype* datatype); };