aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-23 23:29:49 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-23 23:29:49 +0000
commitd2a6a96a87f2bfd2b80f4c56bd6e4e9002dde1fa (patch)
tree1b218f092297e1e45eaea36e63adefbb8e266eb8 /src/transport
parent74db1810919c40b1784fac5df99a63ac7eec659f (diff)
downloadgnunet-d2a6a96a87f2bfd2b80f4c56bd6e4e9002dde1fa.tar.gz
gnunet-d2a6a96a87f2bfd2b80f4c56bd6e4e9002dde1fa.zip
-doxygen fixes
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c6
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h2
-rw-r--r--src/transport/gnunet-transport.c2
3 files changed, 0 insertions, 10 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 6c51dacca..8886a344c 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2142,8 +2142,6 @@ handle_test_blacklist_cont (void *cls,
2142 * @param address address of the other peer, NULL if other peer 2142 * @param address address of the other peer, NULL if other peer
2143 * connected to us 2143 * connected to us
2144 * @param session session to use (or NULL) 2144 * @param session session to use (or NULL)
2145 * @param ats performance data
2146 * @param ats_count number of entries in ats (excluding 0-termination)
2147 */ 2145 */
2148static void 2146static void
2149check_blacklist (const struct GNUNET_PeerIdentity *peer, 2147check_blacklist (const struct GNUNET_PeerIdentity *peer,
@@ -2181,8 +2179,6 @@ check_blacklist (const struct GNUNET_PeerIdentity *peer,
2181 * @param address address of the other peer, NULL if other peer 2179 * @param address address of the other peer, NULL if other peer
2182 * connected to us 2180 * connected to us
2183 * @param session session to use (or NULL) 2181 * @param session session to use (or NULL)
2184 * @param ats performance data
2185 * @param ats_count number of entries in ats (excluding 0-termination)
2186 */ 2182 */
2187void 2183void
2188GST_neighbours_handle_connect (const struct GNUNET_MessageHeader *message, 2184GST_neighbours_handle_connect (const struct GNUNET_MessageHeader *message,
@@ -2745,8 +2741,6 @@ send_session_ack_message (struct NeighbourMapEntry *n)
2745 * @param address address of the other peer, NULL if other peer 2741 * @param address address of the other peer, NULL if other peer
2746 * connected to us 2742 * connected to us
2747 * @param session session to use (or NULL) 2743 * @param session session to use (or NULL)
2748 * @param ats performance data
2749 * @param ats_count number of entries in ats
2750 */ 2744 */
2751void 2745void
2752GST_neighbours_handle_connect_ack (const struct GNUNET_MessageHeader *message, 2746GST_neighbours_handle_connect_ack (const struct GNUNET_MessageHeader *message,
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index fbf7d7819..aae0a82b8 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -168,8 +168,6 @@ GST_neighbours_force_disconnect (const struct GNUNET_PeerIdentity *target);
168 * 168 *
169 * @param cls closure 169 * @param cls closure
170 * @param neighbour identity of the neighbour 170 * @param neighbour identity of the neighbour
171 * @param ats performance data
172 * @param ats_count number of entries in ats (including 0-termination)
173 * @param address the address (or NULL) 171 * @param address the address (or NULL)
174 * @param bandwidth_in inbound quota in NBO 172 * @param bandwidth_in inbound quota in NBO
175 * @param bandwidth_out outbound quota in NBO 173 * @param bandwidth_out outbound quota in NBO
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c
index 929963127..1c3b5e59c 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -515,8 +515,6 @@ transmit_data (void *cls, size_t size, void *buf)
515 * 515 *
516 * @param cls closure 516 * @param cls closure
517 * @param peer the peer that connected 517 * @param peer the peer that connected
518 * @param ats performance data
519 * @param ats_count number of entries in ats (excluding 0-termination)
520 */ 518 */
521static void 519static void
522notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer) 520notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)