From: Matthias Wachs Date: Thu, 4 Oct 2012 12:52:46 +0000 (+0000) Subject: not required X-Git-Tag: initial-import-from-subversion-38251~11517 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=4f3779ef40bffbadc043c4c6511b7ce0177846b9;p=oweals%2Fgnunet.git not required --- diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c index 848351f12..1beb39ff6 100644 --- a/src/transport/gnunet-service-transport_clients.c +++ b/src/transport/gnunet-service-transport_clients.c @@ -33,6 +33,7 @@ #include "gnunet-service-transport.h" #include "transport.h" + /** * How many messages can we have pending for a given client process * before we start to drop incoming messages? We typically should @@ -974,19 +975,6 @@ GST_clients_stop () } } -/** - * Tell clients how many bytes were used on the wire - * Can differ from payload bytes depending on plugin - * - * @param n peer - * @param send_phys bytes sent on the wire - */ -void -GST_clients_communicate_bytes_used (const struct GNUNET_PeerIdentity *n, ssize_t send_phys) -{ - //FIXME: To be implemented -} - /** * Broadcast the given message to all of our clients. * diff --git a/src/transport/gnunet-service-transport_clients.h b/src/transport/gnunet-service-transport_clients.h index 757780f91..25d075864 100644 --- a/src/transport/gnunet-service-transport_clients.h +++ b/src/transport/gnunet-service-transport_clients.h @@ -31,6 +31,7 @@ #include "gnunet_hello_lib.h" + /** * Start handling requests from clients. * @@ -39,16 +40,6 @@ void GST_clients_start (struct GNUNET_SERVER_Handle *server); -/** - * Tell clients how many bytes were used on the wire - * Can differ from payload bytes depending on plugin - * - * @param n peer - * @param send_phys bytes sent on the wire - */ -void -GST_clients_communicate_bytes_used (const struct GNUNET_PeerIdentity *n, ssize_t send_phys); - /** * Stop processing clients.