Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memory leak when process killed. Fix bug where the simulation could crash when...
[simgrid.git] / org / simgrid / msg / Comm.java
index b3cdfac..66d264c 100644 (file)
@@ -69,6 +69,7 @@ public class Comm {
         * @param timeout Time before giving up
         */
        public native void waitCompletion(double timeout) throws TransferFailureException, HostFailureException, TimeoutException;
+               
        /**
         * Returns the task associated with the communication.
         * if the communication isn't finished yet, will return null.