Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a declaration to remove a warning
[simgrid.git] / src / smpi / private.h
index 6beed49..ad810c0 100644 (file)
@@ -60,6 +60,7 @@ typedef struct s_smpi_mpi_request {
   MPI_Comm comm;
   smx_action_t action;
   unsigned flags;
+  int detached;
 #ifdef HAVE_TRACING
   int send;
   int recv;
@@ -84,6 +85,7 @@ void smpi_process_simulated_start(void);
 double smpi_process_simulated_elapsed(void);
 
 void print_request(const char *message, MPI_Request request);
+void SMPI_comm_copy_buffer_callback(smx_action_t comm, void* buff, size_t buff_size);
 
 void smpi_global_init(void);
 void smpi_global_destroy(void);