Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix in Mutex class. Forgot the deployment file in masterslave
[simgrid.git] / examples / suspend / LazyGuy.java
index cb7c722..0904636 100644 (file)
@@ -10,7 +10,7 @@ public class LazyGuy extends Process {
        } 
        public void main(String[] args) throws MsgException {
                Msg.info("Nobody's watching me ? Let's go to sleep.");
-               pause();
+               suspend();
                Msg.info("Uuuh ? Did somebody call me ?");
                Msg.info("Mmmh, goodbye now.");
        }