Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Access AS hierarchy at Msg layer
[simgrid.git] / src / bindings / java / org / simgrid / msg / Msg.java
index c06adb3..5a08809 100644 (file)
@@ -192,6 +192,8 @@ public final class Msg {
         */
        public final static native void createEnvironment(String platformFile);
 
+       public final static native As environmentGetRoutingRoot();
+
        /**
         * The method to deploy the simulation.
         *