X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ab9fbef9cd17e59a43126cd5ea214f4190db39e..b66dd193ce8a5d33bf68bfc86b2a961d917f5103:/src/bindings/java/surf_swig.hpp?ds=sidebyside diff --git a/src/bindings/java/surf_swig.hpp b/src/bindings/java/surf_swig.hpp index a7e7024ff4..4211ce152b 100644 --- a/src/bindings/java/surf_swig.hpp +++ b/src/bindings/java/surf_swig.hpp @@ -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 #include #include "src/surf/cpu_interface.hpp" @@ -5,11 +11,17 @@ #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 {