]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/Transition.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prepare to debug the depends
[simgrid.git] / src / mc / Transition.hpp
index 8bf38a96df769fcc651435bbe0137f5d0cd48565..3ec28b26f1e994011ee8858b893d23bd95977d89 100644 (file)
@@ -69,7 +69,7 @@ class CommSendTransition;
 class CommRecvTransition;
 
 class CommWaitTransition : public Transition {
-  double timeout_;
+  bool timeout_;
   void* comm_;
   aid_t sender_;
   aid_t receiver_;