X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a58e4be333bc36aedbbea0363d53b60e2351c522..64c28d32b91d8179bdc12a920976a6f919729beb:/src/smpi/include/smpi_info.hpp diff --git a/src/smpi/include/smpi_info.hpp b/src/smpi/include/smpi_info.hpp index df50447cbe..4650a83f51 100644 --- a/src/smpi/include/smpi_info.hpp +++ b/src/smpi/include/smpi_info.hpp @@ -26,6 +26,7 @@ public: static void unref(MPI_Info info); void set(const char* key, const char* value) { map_[key] = value; } int get(const char* key, int valuelen, char* value, int* flag) const; + std::string name() const {return std::string("MPI_Info");} int remove(const char* key); int get_nkeys(int* nkeys) const; int get_nthkey(int n, char* key) const;