]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/popping_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the make distcheck. Again.
[simgrid.git] / src / simix / popping_private.h
index 8eefe725ac57c5dc70c4ac2bdc591c8252bab7b0..e76bf23acf02c792e6cafded95a01810de1e374b 100644 (file)
 SG_BEGIN_DECL()
 
 /********************************* Simcalls *********************************/
-XBT_PUBLIC(const char*) simcall_names[]; /* Name of each simcall */
+XBT_PUBLIC_DATA(const char*) simcall_names[]; /* Name of each simcall */
 
 #include "popping_enum.h" /* Definition of e_smx_simcall_t, with one value per simcall */
-#include "mc/mc_interface.h" /* Definition of mc_snapshot_t, used by one simcall */
+#include "mc/mc_forward.h" /* Definition of mc_snapshot_t, used by one simcall */
 
 typedef int (*simix_match_func_t)(void *, void *, smx_synchro_t);
 typedef void (*simix_copy_data_func_t)(smx_synchro_t, void*, size_t);