X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3973f5189df8d8983e47336546fd0259f0e2dab..ffe8ce65fd9a8e18a0469f26f067c3ea6d5d60d4:/src/bindings/java/surf_swig.hpp 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 {