X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8eb62b207b566949a0d9ce649a7b21e226b9168..c1194401ce4a41ff54a7591f4cf33c9ce2756978:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 5e937a85f0..6a602ccbf8 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2019. 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. */ @@ -27,7 +27,7 @@ extern XBT_PRIVATE double sg_latency_factor; extern XBT_PRIVATE double sg_bandwidth_factor; extern XBT_PRIVATE double sg_weight_S_parameter; extern XBT_PRIVATE std::vector surf_path; -extern XBT_PRIVATE std::unordered_map traces_set_list; +extern XBT_PRIVATE std::unordered_map traces_set_list; extern XBT_PRIVATE std::set watched_hosts; static inline void double_update(double* variable, double value, double precision) @@ -52,11 +52,6 @@ static inline int double_equals(double value1, double value2, double precision) return (fabs(value1 - value2) < precision); } -/** @ingroup SURF_simulation - * @brief List of hosts that have just restarted and whose autorestart process should be restarted. - */ -XBT_PUBLIC_DATA std::vector host_that_restart; - /** @ingroup SURF_models * @brief Initializes the CPU model with the model Cas01 * @@ -218,7 +213,7 @@ struct surf_model_description { }; typedef struct surf_model_description s_surf_model_description_t; -XBT_PUBLIC int find_model_description(s_surf_model_description_t* table, std::string name); +XBT_PUBLIC int find_model_description(s_surf_model_description_t* table, const std::string& name); XBT_PUBLIC void model_help(const char* category, s_surf_model_description_t* table); #define SIMGRID_REGISTER_PLUGIN(id, desc, init) \