X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/hpcvm.git/blobdiff_plain/b956a81261e5bebb70d8fffc2756b09cfdf9ea91..7a473b4f506b5264586f090f34b21fe11531bb70:/src/and/hpcvm/ServicesClient.java diff --git a/src/and/hpcvm/ServicesClient.java b/src/and/hpcvm/ServicesClient.java index 438af96..09ad97e 100644 --- a/src/and/hpcvm/ServicesClient.java +++ b/src/and/hpcvm/ServicesClient.java @@ -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 ;