aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
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 *