Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'vmtrace'
authorJonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
Thu, 17 Jan 2013 10:29:37 +0000 (11:29 +0100)
committerJonathan Rouzaud-Cornabas <jonathan.rouzaud-cornabas@ens-lyon.fr>
Thu, 17 Jan 2013 10:29:37 +0000 (11:29 +0100)
1  2 
org/simgrid/msg/Task.java
org/simgrid/trace/Trace.java
src/smx_context_cojava.c

@@@ -277,7 -289,18 +289,19 @@@ public class Task 
         */
        public static native void nativeInit();
        static {
 +              Msg.nativeInit();
                nativeInit();
        }
+       public double getMessageSize() {
+               return this.messageSize;
+       }
+       public Long getId() {
+               return id;
+       }
+       public void setId(Long id) {
+               this.id = id;
+       }
  }
Simple merge
Simple merge