X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5c3f1bfece15c7b3a17a4f41925eae5cd629507..4fb1548b520dfebdd649916e63f588569aa599c9:/org/simgrid/msg/Comm.java diff --git a/org/simgrid/msg/Comm.java b/org/simgrid/msg/Comm.java index d3d979964c..423371db1a 100644 --- a/org/simgrid/msg/Comm.java +++ b/org/simgrid/msg/Comm.java @@ -15,7 +15,11 @@ public class Comm { /** * Indicates if the communication is a receiving communication */ - boolean receiving; + protected boolean receiving; + /** + * Indicates if the communication is finished + */ + protected boolean finished = false; /** * Represents the bind between the java comm and the * native C comm. You must never access it, since it is