Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The file containing the new implementation of the switch context mechanism.
[simgrid.git] / src / simix / private.h
index 0b119fb..ccc29de 100644 (file)
@@ -15,7 +15,7 @@
 #include "xbt/fifo.h"
 #include "xbt/swag.h"
 #include "xbt/dict.h"
-#include "xbt/context.h"
+#include "xbt/xbt_context.h"
 #include "xbt/config.h"
 #include "xbt/function_types.h"
 
@@ -125,6 +125,4 @@ void __SIMIX_cond_wait(smx_cond_t cond);
 void __SIMIX_cond_display_actions(smx_cond_t cond);
 void __SIMIX_action_display_conditions(smx_action_t action);
 
-xbt_dict_t current_property_set;
-
 #endif