aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index dbec108c2..920424b80 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -317,7 +317,7 @@ GNUNET_SET_prepare (const struct GNUNET_PeerIdentity *other_peer,
317 * Wait for set operation requests for the given application ID. 317 * Wait for set operation requests for the given application ID.
318 * If the connection to the set service is lost, the listener is 318 * If the connection to the set service is lost, the listener is
319 * re-created transparently with exponential backoff. 319 * re-created transparently with exponential backoff.
320 * 320 *
321 * @param cfg configuration to use for connecting to 321 * @param cfg configuration to use for connecting to
322 * the set service 322 * the set service
323 * @param operation operation we want to listen for 323 * @param operation operation we want to listen for
@@ -351,7 +351,7 @@ GNUNET_SET_listen_cancel (struct GNUNET_SET_ListenHandle *lh);
351 * GNUNET_SET_listen, as the 'struct GNUNET_SET_Request' becomes invalid 351 * GNUNET_SET_listen, as the 'struct GNUNET_SET_Request' becomes invalid
352 * afterwards. 352 * afterwards.
353 * Call GNUNET_SET_commit to provide the local set to use for the operation, 353 * Call GNUNET_SET_commit to provide the local set to use for the operation,
354 * and to begin the exchange with the remote peer. 354 * and to begin the exchange with the remote peer.
355 * 355 *
356 * @param request request to accept 356 * @param request request to accept
357 * @param result_mode specified how results will be returned, 357 * @param result_mode specified how results will be returned,
@@ -375,7 +375,7 @@ GNUNET_SET_accept (struct GNUNET_SET_Request *request,
375 * set information and call the result callback with the 375 * set information and call the result callback with the
376 * result information. 376 * result information.
377 * 377 *
378 * @param oh handle to the set operation 378 * @param oh handle to the set operation
379 * @param set the set to use for the operation 379 * @param set the set to use for the operation
380 * @return GNUNET_OK on success, GNUNET_SYSERR if the 380 * @return GNUNET_OK on success, GNUNET_SYSERR if the
381 * set is invalid (e.g. the set service crashed) 381 * set is invalid (e.g. the set service crashed)