Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix in Chord
[simgrid.git] / examples / chord / Node.java
index 2727dd998d26e9b033293893c277d95ad4e1982d..b4dff0fa950b23ce606370ea15caffed98a82c4b 100644 (file)
@@ -124,7 +124,8 @@ public class Node extends Process {
                                        }
                                }
                                catch (Exception e) {
-                                       
+                                       currentClock = Msg.getClock();
+                                       commReceive = null;
                                }
                                
                        }