aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-24 11:55:26 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-24 11:55:26 +0000
commite59b88ebd027af3afdb66d19e92b38f540a59c0a (patch)
treef6adedddf18591f5451867bed35714ae3467a72d /src/testing/testing.c
parentc39c4a202e12e5535ecde8ab03f9cbda00a066c9 (diff)
downloadgnunet-e59b88ebd027af3afdb66d19e92b38f540a59c0a.tar.gz
gnunet-e59b88ebd027af3afdb66d19e92b38f540a59c0a.zip
coverity, doxygen cleanup stuff
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,