X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2807fde4fd1f59c230d69a934634c5dfb77905f2..a9113d6f217e32068b356fa249923e0c9be5a5b7:/src/include/surf/surf.hpp diff --git a/src/include/surf/surf.hpp b/src/include/surf/surf.hpp index 3214e60756..ea0fdb2930 100644 --- a/src/include/surf/surf.hpp +++ b/src/include/surf/surf.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2018. 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. */ @@ -6,16 +6,13 @@ #ifndef SURF_SURF_H #define SURF_SURF_H -#include "simgrid/datatypes.h" #include "simgrid/forward.h" #include "src/internal_config.h" -#include "surf/datatypes.h" #include "xbt/config.h" #include "xbt/dict.h" #include "xbt/dynar.h" #include "xbt/graph.h" #include "xbt/misc.h" -#include "xbt/swag.h" #ifndef __cplusplus #error This is a C++ only file, now @@ -115,14 +112,6 @@ XBT_PUBLIC(int) surf_model_running_action_set_size(surf_model_t model); */ XBT_PUBLIC(void) surf_cpu_action_set_bound(surf_action_t action, double bound); -/** - * @brief [brief description] - * @details [long description] - * - * @param action The surf network action - */ -XBT_PUBLIC(double) surf_network_action_get_latency_limited(surf_action_t action); - /** @} */ /**************************************/ @@ -399,8 +388,6 @@ XBT_PUBLIC(void) surf_exit(); XBT_PUBLIC(void) parse_platform_file(const char* file); /********** Tracing **********/ -/* from surf_instr.c */ -void TRACE_surf_action(surf_action_t surf_action, const char* category); /* instr_routing.c */ void instr_routing_define_callbacks();