aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
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/gnunet-service-transport_neighbours.c
parent74db1810919c40b1784fac5df99a63ac7eec659f (diff)
downloadgnunet-d2a6a96a87f2bfd2b80f4c56bd6e4e9002dde1fa.tar.gz
gnunet-d2a6a96a87f2bfd2b80f4c56bd6e4e9002dde1fa.zip
-doxygen fixes
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c6
1 files changed, 0 insertions, 6 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,