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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 2d6e515fa..de764e7a6 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -51,7 +51,7 @@ extern "C"
51 * @param peer (claimed) identity of the other peer 51 * @param peer (claimed) identity of the other peer
52 * @param message the message 52 * @param message the message
53 * @param ats performance data 53 * @param ats performance data
54 * @param ats_count number of entries in ats 54 * @param ats_count number of entries in ats
55 */ 55 */
56typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls, 56typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls,
57 const struct 57 const struct
@@ -60,8 +60,8 @@ typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls,
60 GNUNET_MessageHeader * 60 GNUNET_MessageHeader *
61 message, 61 message,
62 const struct 62 const struct
63 GNUNET_ATS_Information 63 GNUNET_ATS_Information * ats,
64 * ats, uint32_t ats_count); 64 uint32_t ats_count);
65 65
66 66
67/** 67/**
@@ -83,8 +83,8 @@ typedef void (*GNUNET_TRANSPORT_NotifyConnect) (void *cls,
83 const struct GNUNET_PeerIdentity 83 const struct GNUNET_PeerIdentity
84 * peer, 84 * peer,
85 const struct 85 const struct
86 GNUNET_ATS_Information 86 GNUNET_ATS_Information * ats,
87 * ats, uint32_t ats_count); 87 uint32_t ats_count);
88 88
89/** 89/**
90 * Function called to notify transport users that another 90 * Function called to notify transport users that another