gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10773 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r10773 - gnunet/src/dht
Date: Sun, 4 Apr 2010 19:10:58 +0200

Author: nevans
Date: 2010-04-04 19:10:58 +0200 (Sun, 04 Apr 2010)
New Revision: 10773

Modified:
   gnunet/src/dht/dht_api.c
Log:
doxygen fixes

Modified: gnunet/src/dht/dht_api.c
===================================================================
--- gnunet/src/dht/dht_api.c    2010-04-04 16:28:37 UTC (rev 10772)
+++ gnunet/src/dht/dht_api.c    2010-04-04 17:10:58 UTC (rev 10773)
@@ -847,7 +847,14 @@
   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)
@@ -906,6 +913,8 @@
  * 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,
@@ -932,8 +941,8 @@
  * @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
  *
@@ -995,6 +1004,8 @@
  * 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,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]