aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-13 08:51:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-13 08:51:53 +0000
commitd045ec0ba4e862904fc310f3a247c5fb041bf6a8 (patch)
tree9728fa705372decdb35fa04413a80ee3bfddea6f /src/include/gnunet_core_service.h
parent3ed48a1abff62a5b0e7ddd4a2a9964e2c2d7a1ff (diff)
downloadgnunet-d045ec0ba4e862904fc310f3a247c5fb041bf6a8.tar.gz
gnunet-d045ec0ba4e862904fc310f3a247c5fb041bf6a8.zip
-fixing outbound notifications in core API
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 47de010ae..a317fbdd5 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -157,8 +157,8 @@ typedef void (*GNUNET_CORE_StartupCallback) (void *cls,
157 * @param cfg configuration to use 157 * @param cfg configuration to use
158 * @param queue_size size of the per-peer message queue 158 * @param queue_size size of the per-peer message queue
159 * @param cls closure for the various callbacks that follow (including handlers in the handlers array) 159 * @param cls closure for the various callbacks that follow (including handlers in the handlers array)
160 * @param init callback to call on timeout or once we have successfully 160 * @param init callback to call once we have successfully
161 * connected to the core service; note that timeout is only meaningful if init is not NULL 161 * connected to the core service
162 * @param connects function to call on peer connect, can be NULL 162 * @param connects function to call on peer connect, can be NULL
163 * @param disconnects function to call on peer disconnect / timeout, can be NULL 163 * @param disconnects function to call on peer disconnect / timeout, can be NULL
164 * @param inbound_notify function to call for all inbound messages, can be NULL 164 * @param inbound_notify function to call for all inbound messages, can be NULL