X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc5f6ab8af78f2a72cd508a19408e9d367933aae..b42f5b4e396832c48dca8043d683288fc7475c42:/src/surf/ns3/ns3_interface.cc diff --git a/src/surf/ns3/ns3_interface.cc b/src/surf/ns3/ns3_interface.cc index b0f57d2750..57f118bc3c 100644 --- a/src/surf/ns3/ns3_interface.cc +++ b/src/surf/ns3/ns3_interface.cc @@ -59,14 +59,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); }