X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc5f6ab8af78f2a72cd508a19408e9d367933aae..d4572bb4bef9682c2a981e6015566791eec8eea7:/src/surf/ns3/ns3_interface.cc diff --git a/src/surf/ns3/ns3_interface.cc b/src/surf/ns3/ns3_interface.cc index b0f57d2750..e89afd37fe 100644 --- a/src/surf/ns3/ns3_interface.cc +++ b/src/surf/ns3/ns3_interface.cc @@ -10,14 +10,6 @@ #include "xbt/log.h" #include "xbt/dynar.h" -#include "ns3/core-module.h" -#include "ns3/simulator-module.h" -#include "ns3/node-module.h" -#include "ns3/helper-module.h" -#include "ns3/global-route-manager.h" -#include "ns3/global-route-manager.h" -#include "ns3/ipv4-global-routing-helper.h" - using namespace ns3; extern xbt_lib_t host_lib; @@ -59,14 +51,6 @@ double ns3_get_socket_sent(void *socket){ return ns3_sim->get_sent_from_socket(socket); } -double ns3_get_socket_last_amount_sent(void *socket){ - return ns3_sim->get_last_amount_sent_from_socket(socket); -} - -void ns3_reset_socket_last_amount_sent(void *socket){ - ns3_sim->reset_last_amount_sent_from_socket(socket); -} - char ns3_get_socket_is_finished(void *socket){ return ns3_sim->get_finished(socket); }