]> AND Private Git Repository - loba.git/blobdiff - simgrid_features.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Bug fix: only send to a lesser loaded neighbor!
[loba.git] / simgrid_features.h
index 8fa8d5622241fcc647d52663b917749cbf5df13f..8aef329affebe696888d1f03621b16561c72a3b3 100644 (file)
@@ -1,7 +1,11 @@
 #ifndef SIMGRID_FEATURES_H
 #define SIMGRID_FEATURES_H
 
 #ifndef SIMGRID_FEATURES_H
 #define SIMGRID_FEATURES_H
 
-// fixme: dirty hack
+// Try to guess if MSG_wait destroys communications or not, because it
+// changed after SimGrid 3.5.
+//
+// Use some define introduced after that.               fixme: dirty hack
+//
 #if defined(XBT_RUNNING_CTX_INITIALIZER)
 #  define MSG_WAIT_DESTROYS_COMMS 0
 #else
 #if defined(XBT_RUNNING_CTX_INITIALIZER)
 #  define MSG_WAIT_DESTROYS_COMMS 0
 #else