Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add scala masterslave bypass and kill
[simgrid.git] / examples / scala / master_slave_kill / FinalizeTask.scala
diff --git a/examples/scala/master_slave_kill/FinalizeTask.scala b/examples/scala/master_slave_kill/FinalizeTask.scala
new file mode 100644 (file)
index 0000000..452860b
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2006-2012. The SimGrid Team. All rights reserved. 
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. 
+ */
+
+package master_slave_kill
+
+import org.simgrid.msg.Task
+
+class FinalizeTask extends Task("finalize",0,0) {}
+