Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
same issue with java bindings without NDEBUG
[simgrid.git] / src / bindings / java / surf_swig.hpp
index a7e7024..4211ce1 100644 (file)
@@ -1,3 +1,9 @@
+/* Copyright (c) 2014. 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. */
+
 #include <cstdio>
 #include <iostream>
 #include "src/surf/cpu_interface.hpp"
 #include "src/surf/maxmin_private.hpp"
 
 typedef xbt_dynar_t NetworkLinkDynar;
+typedef ActionList *ActionArrayPtr;
 
 double getClock();
 
 void clean();
 
+CpuModel *getCpuModel();
+void setCpuModel(CpuModel *cpuModel);
+
+void setCpu(char *name, Cpu *cpu);
+
 NetworkLinkDynar getRoute(char *srcName, char *dstName);
 
 class Plugin {