Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[smpi+mc] When restoring a snapshot, always remap the SMPI privatisation segment
[simgrid.git] / src / smpi / private.h
index 659424d..eb9a550 100644 (file)
@@ -435,7 +435,9 @@ extern char* start_data_exe; //start of the data+bss segment of the executable
 extern int size_data_exe; //size of the data+bss segment of the executable
 
 
-void smpi_switch_data_segment(int);
+void smpi_switch_data_segment(int dest);
+void smpi_really_switch_data_segment(int dest);
+
 void smpi_get_executable_global_size(void);
 void smpi_initialize_global_memory_segments(void);
 void smpi_destroy_global_memory_segments(void);