aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
commitf1dc3e85bc6ff5633b88da121cde855c5874f986 (patch)
tree9a417ddfea3688eb8cf3d32c96465c83ebd05696 /src/core
parentb95a377885d3aaaedca0004e38a0ec8db0e7ae01 (diff)
downloadgnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.tar.gz
gnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.zip
doxygen
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core_neighbours.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index ea1cca7d6..78213f9d9 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -297,8 +297,6 @@ process_queue (struct Neighbour *n)
297 * 297 *
298 * @param cls closure 298 * @param cls closure
299 * @param peer the peer that connected 299 * @param peer the peer that connected
300 * @param atsi performance data
301 * @param atsi_count number of entries in ats (excluding 0-termination)
302 */ 300 */
303static void 301static void
304handle_transport_notify_connect (void *cls, 302handle_transport_notify_connect (void *cls,
@@ -366,8 +364,6 @@ handle_transport_notify_disconnect (void *cls,
366 * @param cls closure 364 * @param cls closure
367 * @param peer (claimed) identity of the other peer 365 * @param peer (claimed) identity of the other peer
368 * @param message the message 366 * @param message the message
369 * @param atsi performance data
370 * @param atsi_count number of entries in ats (excluding 0-termination)
371 */ 367 */
372static void 368static void
373handle_transport_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 369handle_transport_receive (void *cls, const struct GNUNET_PeerIdentity *peer,