gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24339 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r24339 - gnunet/src/include
Date: Tue, 16 Oct 2012 14:11:18 +0200

Author: wachs
Date: 2012-10-16 14:11:18 +0200 (Tue, 16 Oct 2012)
New Revision: 24339

Modified:
   gnunet/src/include/gnunet_transport_plugin.h
Log:
header


Modified: gnunet/src/include/gnunet_transport_plugin.h
===================================================================
--- gnunet/src/include/gnunet_transport_plugin.h        2012-10-16 11:43:18 UTC 
(rev 24338)
+++ gnunet/src/include/gnunet_transport_plugin.h        2012-10-16 12:11:18 UTC 
(rev 24339)
@@ -283,11 +283,17 @@
  *               GNUNET_SYSERR if the target disconnected;
  *               disconnect will ALSO be signalled using
  *               the ReceiveCallback.
+ * @param size_payload bytes of payload from transport service in message
+ * @param size_on_wire bytes required on wire for transmission,
+ *               0 if result == GNUNET_SYSERR
  */
 typedef void (*GNUNET_TRANSPORT_TransmitContinuation) (void *cls,
                                                        const struct
                                                        GNUNET_PeerIdentity *
-                                                       target, int result);
+                                                       target,
+                                                       int result,
+                                                       size_t size_payload,
+                                                       size_t size_on_wire);
 
 /**
  * The new send function with just the session and no address




reply via email to

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