aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-06 20:48:11 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-06 20:48:11 +0000
commitfba669741d6686052308b915203aca8c5788c035 (patch)
tree257b1d94179edbc37be4349c0aefa22532863cb0 /src/core
parent423736ee4df736eb39ec8072526c9a61d341b5d6 (diff)
downloadgnunet-fba669741d6686052308b915203aca8c5788c035.tar.gz
gnunet-fba669741d6686052308b915203aca8c5788c035.zip
fixes
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core_api.c1
-rw-r--r--src/core/gnunet-service-core.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 16aa788f9..c21be318a 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -727,6 +727,7 @@ transmit_start (void *cls, size_t size, void *buf)
727 * connected to the core service; note that timeout is only meaningful if init is not NULL 727 * connected to the core service; note that timeout is only meaningful if init is not NULL
728 * @param connects function to call on peer connect, can be NULL 728 * @param connects function to call on peer connect, can be NULL
729 * @param disconnects function to call on peer disconnect / timeout, can be NULL 729 * @param disconnects function to call on peer disconnect / timeout, can be NULL
730 * @param status_events function to call on changes to peer connection status, can be NULL
730 * @param inbound_notify function to call for all inbound messages, can be NULL 731 * @param inbound_notify function to call for all inbound messages, can be NULL
731 * @param inbound_hdr_only set to GNUNET_YES if inbound_notify will only read the 732 * @param inbound_hdr_only set to GNUNET_YES if inbound_notify will only read the
732 * GNUNET_MessageHeader and hence we do not need to give it the full message; 733 * GNUNET_MessageHeader and hence we do not need to give it the full message;
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index c4643deec..e10d03343 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -833,7 +833,7 @@ send_to_all_clients (const struct GNUNET_MessageHeader *msg,
833 * Function called by transport telling us that a peer 833 * Function called by transport telling us that a peer
834 * changed status. 834 * changed status.
835 * 835 *
836 * @param peer the peer that changed status 836 * @param n the peer that changed status
837 */ 837 */
838static void 838static void
839handle_peer_status_change (struct Neighbour *n) 839handle_peer_status_change (struct Neighbour *n)