gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24180 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r24180 - gnunet/src/transport
Date: Thu, 4 Oct 2012 14:52:46 +0200

Author: wachs
Date: 2012-10-04 14:52:46 +0200 (Thu, 04 Oct 2012)
New Revision: 24180

Modified:
   gnunet/src/transport/gnunet-service-transport_clients.c
   gnunet/src/transport/gnunet-service-transport_clients.h
Log:
not required

Modified: gnunet/src/transport/gnunet-service-transport_clients.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_clients.c     2012-10-04 
12:47:33 UTC (rev 24179)
+++ gnunet/src/transport/gnunet-service-transport_clients.c     2012-10-04 
12:52:46 UTC (rev 24180)
@@ -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
@@ -975,19 +976,6 @@
 }
 
 /**
- * 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.
  *
  * @param msg message to broadcast

Modified: gnunet/src/transport/gnunet-service-transport_clients.h
===================================================================
--- gnunet/src/transport/gnunet-service-transport_clients.h     2012-10-04 
12:47:33 UTC (rev 24179)
+++ gnunet/src/transport/gnunet-service-transport_clients.h     2012-10-04 
12:52:46 UTC (rev 24180)
@@ -31,6 +31,7 @@
 #include "gnunet_hello_lib.h"
 
 
+
 /**
  * Start handling requests from clients.
  *
@@ -39,17 +40,7 @@
 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.
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]