gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10802 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r10802 - gnunet/src/include
Date: Mon, 5 Apr 2010 20:41:41 +0200

Author: nevans
Date: 2010-04-05 20:41:41 +0200 (Mon, 05 Apr 2010)
New Revision: 10802

Modified:
   gnunet/src/include/gnunet_dht_service.h
Log:
more doxygen things, i think

Modified: gnunet/src/include/gnunet_dht_service.h
===================================================================
--- gnunet/src/include/gnunet_dht_service.h     2010-04-05 16:53:16 UTC (rev 
10801)
+++ gnunet/src/include/gnunet_dht_service.h     2010-04-05 18:41:41 UTC (rev 
10802)
@@ -213,8 +213,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
  *
@@ -226,8 +226,8 @@
                       enum GNUNET_DHT_RouteOption options,
                       struct GNUNET_MessageHeader *message,
                       const GNUNET_HashCode * key,
-                      GNUNET_DHT_FindPeerProcessor iter,
-                      void *iter_cls,
+                      GNUNET_DHT_FindPeerProcessor proc,
+                      void *proc_cls,
                       GNUNET_SCHEDULER_Task cont,
                       void *cont_cls);
 





reply via email to

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