return get_handle;
}
-
+/**
+ * Stop a previously issued routing request
+ *
+ * @param route_handle handle to the request to stop
+ * @param cont continuation to call once this message is sent to the service or times out
+ * @param cont_cls closure for the continuation
+ *
+ */
void
GNUNET_DHT_route_stop (struct GNUNET_DHT_RouteHandle *route_handle,
GNUNET_SCHEDULER_Task cont, void *cont_cls)
* Stop async DHT-get.
*
* @param get_handle handle to the GET operation to stop
+ * @param cont continuation to call once this message is sent to the service or times out
+ * @param cont_cls closure for the continuation
*/
void
GNUNET_DHT_get_stop (struct GNUNET_DHT_GetHandle *get_handle,
* @param options routing options for this message
* @param message a message to inject at found peers (may be null)
* @param key the key to look up
- * @param iter function to call on each result
- * @param iter_cls closure for iter
+ * @param proc function to call on each result
+ * @param proc_cls closure for proc
* @param cont continuation to call once message sent
* @param cont_cls closure for continuation
*
* Stop async find peer. Frees associated resources.
*
* @param find_peer_handle GET operation to stop.
+ * @param cont continuation to call once this message is sent to the service or times out
+ * @param cont_cls closure for the continuation
*/
void
GNUNET_DHT_find_peer_stop (struct GNUNET_DHT_FindPeerHandle *find_peer_handle,