X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc5f6ab8af78f2a72cd508a19408e9d367933aae..b42f5b4e396832c48dca8043d683288fc7475c42:/src/surf/ns3/ns3_interface.h diff --git a/src/surf/ns3/ns3_interface.h b/src/surf/ns3/ns3_interface.h index 95426c6081..0efbdfa90e 100644 --- a/src/surf/ns3/ns3_interface.h +++ b/src/surf/ns3/ns3_interface.h @@ -37,8 +37,6 @@ XBT_PUBLIC(double) ns3_time(void); XBT_PUBLIC(void*) ns3_get_socket_action(void *socket); XBT_PUBLIC(double) ns3_get_socket_remains(void *socket); XBT_PUBLIC(double) ns3_get_socket_sent(void *socket); -XBT_PUBLIC(double) ns3_get_socket_last_amount_sent(void *socket); -XBT_PUBLIC(void) ns3_reset_socket_last_amount_sent(void *socket); XBT_PUBLIC(char) ns3_get_socket_is_finished(void *socket); XBT_PUBLIC(void *) ns3_add_host(char * id); XBT_PUBLIC(void *) ns3_add_host_cluster(char * id);