aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-07 13:37:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-07 13:37:05 +0000
commit7ba6e451d50e4a9388e80c4082ab79ce1ddefbf8 (patch)
tree557d80d62cdea177946f2b0d4b486543a5b2484e /src/transport/gnunet-service-transport_validation.c
parent63760db5bbd9c8b5cc2552b9705141f0d696b5d1 (diff)
downloadgnunet-7ba6e451d50e4a9388e80c4082ab79ce1ddefbf8.tar.gz
gnunet-7ba6e451d50e4a9388e80c4082ab79ce1ddefbf8.zip
stuff
Diffstat (limited to 'src/transport/gnunet-service-transport_validation.c')
-rw-r--r--src/transport/gnunet-service-transport_validation.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c
index c06725c58..c77fe7a44 100644
--- a/src/transport/gnunet-service-transport_validation.c
+++ b/src/transport/gnunet-service-transport_validation.c
@@ -548,6 +548,7 @@ timeout_hello_validation (void *cls,
548 * Send the given PONG to the given address. 548 * Send the given PONG to the given address.
549 * 549 *
550 * @param cls the PONG message 550 * @param cls the PONG message
551 * @param public_key public key for the peer, never NULL
551 * @param target peer this change is about, never NULL 552 * @param target peer this change is about, never NULL
552 * @param valid_until is ZERO if we never validated the address, 553 * @param valid_until is ZERO if we never validated the address,
553 * otherwise a time up to when we consider it (or was) valid 554 * otherwise a time up to when we consider it (or was) valid
@@ -560,6 +561,7 @@ timeout_hello_validation (void *cls,
560 */ 561 */
561static void 562static void
562multicast_pong (void *cls, 563multicast_pong (void *cls,
564 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
563 const struct GNUNET_PeerIdentity *target, 565 const struct GNUNET_PeerIdentity *target,
564 struct GNUNET_TIME_Absolute valid_until, 566 struct GNUNET_TIME_Absolute valid_until,
565 struct GNUNET_TIME_Absolute validation_block, 567 struct GNUNET_TIME_Absolute validation_block,
@@ -1188,6 +1190,7 @@ iterate_addresses (void *cls,
1188 struct ValidationEntry *ve = value; 1190 struct ValidationEntry *ve = value;
1189 1191
1190 vic->cb (vic->cb_cls, 1192 vic->cb (vic->cb_cls,
1193 &ve->public_key,
1191 &ve->pid, 1194 &ve->pid,
1192 ve->valid_until, 1195 ve->valid_until,
1193 ve->validation_block, 1196 ve->validation_block,