aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-18 20:23:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-18 20:23:40 +0000
commit541caf3dec54aaee621fed935e667f9ee423ef31 (patch)
tree6f80958e68541ce071bc557bbfc168644963c473 /src/include/gnunet_core_service.h
parente8bc962b2ed43e194ba124537573da236786e82c (diff)
downloadgnunet-541caf3dec54aaee621fed935e667f9ee423ef31.tar.gz
gnunet-541caf3dec54aaee621fed935e667f9ee423ef31.zip
towards fixing blacklisting APIs and implementation
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 47b8d6f98..b7dc6f7da 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -51,7 +51,7 @@ struct GNUNET_CORE_Handle;
51 51
52 52
53/** 53/**
54 * Method called whenever a given peer either connects. 54 * Method called whenever a given peer connects.
55 * 55 *
56 * @param cls closure 56 * @param cls closure
57 * @param peer peer identity this notification is about 57 * @param peer peer identity this notification is about
@@ -164,7 +164,6 @@ typedef void
164 * @param cls closure for the various callbacks that follow (including handlers in the handlers array) 164 * @param cls closure for the various callbacks that follow (including handlers in the handlers array)
165 * @param init callback to call on timeout or once we have successfully 165 * @param init callback to call on timeout or once we have successfully
166 * connected to the core service; note that timeout is only meaningful if init is not NULL 166 * connected to the core service; note that timeout is only meaningful if init is not NULL
167 * @param pre_connects function to call on peer pre-connect (no session key yet), can be NULL
168 * @param connects function to call on peer connect, can be NULL 167 * @param connects function to call on peer connect, can be NULL
169 * @param disconnects function to call on peer disconnect / timeout, can be NULL 168 * @param disconnects function to call on peer disconnect / timeout, can be NULL
170 * @param inbound_notify function to call for all inbound messages, can be NULL 169 * @param inbound_notify function to call for all inbound messages, can be NULL
@@ -200,7 +199,6 @@ GNUNET_CORE_connect (struct GNUNET_SCHEDULER_Handle *sched,
200 struct GNUNET_TIME_Relative timeout, 199 struct GNUNET_TIME_Relative timeout,
201 void *cls, 200 void *cls,
202 GNUNET_CORE_StartupCallback init, 201 GNUNET_CORE_StartupCallback init,
203 GNUNET_CORE_ConnectEventHandler pre_connects,
204 GNUNET_CORE_ConnectEventHandler connects, 202 GNUNET_CORE_ConnectEventHandler connects,
205 GNUNET_CORE_DisconnectEventHandler disconnects, 203 GNUNET_CORE_DisconnectEventHandler disconnects,
206 GNUNET_CORE_MessageCallback inbound_notify, 204 GNUNET_CORE_MessageCallback inbound_notify,