aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 196946173..af09f02ce 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -391,9 +391,8 @@ struct GNUNET_TRANSPORT_ATS_Information
391 * @param cls closure 391 * @param cls closure
392 * @param peer (claimed) identity of the other peer 392 * @param peer (claimed) identity of the other peer
393 * @param message the message 393 * @param message the message
394 * @param latency estimated latency for communicating with the 394 * @param ats performance data
395 * given peer (round-trip) 395 * @param ats_count number of entries in ats (excluding 0-termination)
396 * @param distance in overlay hops, as given by transport plugin
397 */ 396 */
398typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls, 397typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls,
399 const struct 398 const struct
@@ -401,7 +400,7 @@ typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls,
401 const struct 400 const struct
402 GNUNET_MessageHeader * 401 GNUNET_MessageHeader *
403 message, 402 message,
404 const struct GNUNET_TRANSPORT_ATS_Information *ats, 403 const struct GNUNET_TRANSPORT_ATS_Information *ats,
405 uint32_t ats_count); 404 uint32_t ats_count);
406 405
407 406
@@ -417,9 +416,8 @@ struct GNUNET_TRANSPORT_Handle;
417 * 416 *
418 * @param cls closure 417 * @param cls closure
419 * @param peer the peer that connected 418 * @param peer the peer that connected
420 * @param latency estimated latency for communicating with the 419 * @param ats performance data
421 * given peer (round-trip) 420 * @param ats_count number of entries in ats (excluding 0-termination)
422 * @param distance in overlay hops, as given by transport plugin
423 */ 421 */
424typedef void 422typedef void
425 (*GNUNET_TRANSPORT_NotifyConnect) (void *cls, 423 (*GNUNET_TRANSPORT_NotifyConnect) (void *cls,