gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14673 - in gnunet/src: fs include


From: gnunet
Subject: [GNUnet-SVN] r14673 - in gnunet/src: fs include
Date: Fri, 18 Mar 2011 15:23:00 +0100

Author: grothoff
Date: 2011-03-18 15:23:00 +0100 (Fri, 18 Mar 2011)
New Revision: 14673

Modified:
   gnunet/src/fs/gnunet-service-fs_new.c
   gnunet/src/fs/gnunet-service-fs_pe.h
   gnunet/src/fs/gnunet-service-fs_pr.h
   gnunet/src/include/gnunet_container_lib.h
Log:
doxy fixes

Modified: gnunet/src/fs/gnunet-service-fs_new.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_new.c       2011-03-18 12:34:34 UTC (rev 
14672)
+++ gnunet/src/fs/gnunet-service-fs_new.c       2011-03-18 14:23:00 UTC (rev 
14673)
@@ -258,7 +258,7 @@
  * @param cls the 'struct GSF_PendingRequest'
  * @param peer identity of the peer
  * @param cp handle to the connected peer record
- * @param perf peer performance data
+ * @param ppd peer performance data
  */
 static void
 consider_request_for_forwarding (void *cls,

Modified: gnunet/src/fs/gnunet-service-fs_pe.h
===================================================================
--- gnunet/src/fs/gnunet-service-fs_pe.h        2011-03-18 12:34:34 UTC (rev 
14672)
+++ gnunet/src/fs/gnunet-service-fs_pe.h        2011-03-18 14:23:00 UTC (rev 
14673)
@@ -34,8 +34,6 @@
  *
  * @param cp peer with the entry
  * @param pr request with the entry
- * @param weight determines position of the entry in the cp queue,
- *        lower weights are earlier in the queue
  */
 void
 GSF_plan_add_ (const struct GSF_ConnectedPeer *cp,

Modified: gnunet/src/fs/gnunet-service-fs_pr.h
===================================================================
--- gnunet/src/fs/gnunet-service-fs_pr.h        2011-03-18 12:34:34 UTC (rev 
14672)
+++ gnunet/src/fs/gnunet-service-fs_pr.h        2011-03-18 14:23:00 UTC (rev 
14673)
@@ -343,8 +343,6 @@
 
 /**
  * Setup the subsystem.
- *
- * @param cfg configuration to use
  */
 void
 GSF_pending_request_init_ (void);

Modified: gnunet/src/include/gnunet_container_lib.h
===================================================================
--- gnunet/src/include/gnunet_container_lib.h   2011-03-18 12:34:34 UTC (rev 
14672)
+++ gnunet/src/include/gnunet_container_lib.h   2011-03-18 14:23:00 UTC (rev 
14673)
@@ -1006,7 +1006,6 @@
 /**
  * Removes a node from the heap.
  * 
- * @param heap heap to modify
  * @param node node to remove
  * @return element data stored at the node, NULL if heap is empty
  */




reply via email to

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