aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-11 13:16:00 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-11 13:16:00 +0000
commitf6bad19e765e73886a1e5b6d32f0a7551e5757ba (patch)
treea8ab99a78b91a0756f4f6cfc210a2f0083956b35 /src/include/gnunet_client_lib.h
parentbd54a7aac7b1c0ae885568992fb25b816269ce89 (diff)
downloadgnunet-f6bad19e765e73886a1e5b6d32f0a7551e5757ba.tar.gz
gnunet-f6bad19e765e73886a1e5b6d32f0a7551e5757ba.zip
moving code where it belongs:
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 56f6915a4..49ccc6c6b 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -207,29 +207,6 @@ GNUNET_CLIENT_transmit_and_get_response (struct GNUNET_CLIENT_Connection *sock,
207 void *rn_cls); 207 void *rn_cls);
208 208
209 209
210
211/**
212 * Request that the service should shutdown.
213 * Afterwards, the connection will automatically be
214 * disconnected. Hence the "sock" shoud not
215 * be used by the caller after this call
216 * (calling this function frees "sock" after a while).
217 *
218 * @param sched the scheduler to use for calling shutdown continuation
219 * @param sock the socket connected to the service
220 * @param timeout how long to wait before giving up on transmission
221 * @param cont continuation to call once the service is really down
222 * @param cont_cls closure for continuation
223 *
224 */
225void
226GNUNET_CLIENT_service_shutdown (struct GNUNET_SCHEDULER_Handle *sched,
227 struct GNUNET_CLIENT_Connection *sock,
228 struct GNUNET_TIME_Relative timeout,
229 GNUNET_CLIENT_ShutdownTask cont,
230 void *cont_cls);
231
232
233/** 210/**
234 * Wait until the service is running. 211 * Wait until the service is running.
235 * 212 *