aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-03-07 06:31:51 +0000
committerChristian Grothoff <christian@grothoff.org>2014-03-07 06:31:51 +0000
commitc0cad451859c8fa28ce1e3d50c21a208974f9e24 (patch)
tree73edd5a16389ade07f5a1b04ae5b3445ea90da31 /src/include/gnunet_transport_service.h
parent8a0b8a4604526e5f832c4971f9c3b1b48d79bea4 (diff)
downloadgnunet-c0cad451859c8fa28ce1e3d50c21a208974f9e24.tar.gz
gnunet-c0cad451859c8fa28ce1e3d50c21a208974f9e24.zip
-fix disting -- include sp
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index b7da1ba03..1a21588f0 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -364,8 +364,10 @@ typedef void
364 * NULL if this is the final last callback for a iteration operation 364 * NULL if this is the final last callback for a iteration operation
365 * @param address address, 365 * @param address address,
366 * NULL for disconnect notification in monitor mode 366 * NULL for disconnect notification in monitor mode
367 * @param last_validation when was this address last validated
367 * @param valid_until when does this address expire 368 * @param valid_until when does this address expire
368 * @param next_validation time of the next validation operation 369 * @param next_validation time of the next validation operation
370 * @param state state in the validation state machine
369 */ 371 */
370typedef void 372typedef void
371(*GNUNET_TRANSPORT_ValidationIterateCallback) (void *cls, 373(*GNUNET_TRANSPORT_ValidationIterateCallback) (void *cls,