From: Christian Heinrich Date: Wed, 16 May 2018 13:32:54 +0000 (+0200) Subject: [SMPI] Add function declarations to replay.hpp X-Git-Tag: v3.20~39 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bf73242eb6ab85eaa6b4732b9afb4e84639d70ed?hp=683badf68ad1cd5041b64218d91000781cf67481;ds=sidebyside [SMPI] Add function declarations to replay.hpp --- diff --git a/include/simgrid/smpi/replay.hpp b/include/simgrid/smpi/replay.hpp index 681c6b3051..2b091a7467 100644 --- a/include/simgrid/smpi/replay.hpp +++ b/include/simgrid/smpi/replay.hpp @@ -5,8 +5,11 @@ #ifndef SMPI_REPLAY_HPP #define SMPI_REPLAY_HPP -#include "private.hpp" +#include "smpi/smpi.h" +#include +#include #include +#include #include @@ -27,6 +30,11 @@ } \ } +extern XBT_PRIVATE void* smpi_get_tmp_sendbuffer(int size); +extern XBT_PRIVATE void* smpi_get_tmp_recvbuffer(int size); +extern XBT_PRIVATE void smpi_free_tmp_buffer(void* buf); +extern XBT_PRIVATE void smpi_free_replay_tmp_buffers(); + namespace simgrid { namespace smpi { namespace replay {