Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction and modification of save mechanisms.
[hpcvm.git] / src / and / hpcvm / ServicesClient.java
index 438af96..09ad97e 100644 (file)
@@ -12,7 +12,7 @@ public interface ServicesClient extends Remote
        
        public int startVM( int _mode ) throws RemoteException ;
        
-       public int stopVM() throws RemoteException ;
+       public int stopVM( int _mode ) throws RemoteException ;
        
        public int suspendVM( int _mode ) throws RemoteException ;