aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index be3e96509..1e9f6cf5e 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -789,9 +789,10 @@ notify_connect_result (void *cls,
789 * Success, connection is up. Signal client our success. 789 * Success, connection is up. Signal client our success.
790 * 790 *
791 * @param cls our "struct ConnectContext" 791 * @param cls our "struct ConnectContext"
792 * @param size number of bytes available in buf 792 * @param peer identity of the peer that has connected
793 * @param buf where to copy the message, NULL on error 793 * @param latency the round trip latency of the connection to this peer
794 * @return number of bytes copied to buf 794 * @param distance distance the transport level distance to this peer
795 *
795 */ 796 */
796static void 797static void
797connect_notify (void *cls, const struct GNUNET_PeerIdentity * peer, struct GNUNET_TIME_Relative latency, 798connect_notify (void *cls, const struct GNUNET_PeerIdentity * peer, struct GNUNET_TIME_Relative latency,