gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14602 - in gnunet/src: fs include
Date: Sun, 6 Mar 2011 16:24:52 +0100

Author: grothoff
Date: 2011-03-06 16:24:52 +0100 (Sun, 06 Mar 2011)
New Revision: 14602

Modified:
   gnunet/src/fs/gnunet-service-fs_cp.c
   gnunet/src/fs/gnunet-service-fs_push.c
   gnunet/src/include/gnunet_container_lib.h
Log:
more dox fixes

Modified: gnunet/src/fs/gnunet-service-fs_cp.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_cp.c        2011-03-06 15:22:31 UTC (rev 
14601)
+++ gnunet/src/fs/gnunet-service-fs_cp.c        2011-03-06 15:24:52 UTC (rev 
14602)
@@ -1610,7 +1610,7 @@
 /**
  * Iterator to remove references to LC entry.
  *
- * @param the 'struct GSF_LocalClient*' to look for
+ * @param cls the 'struct GSF_LocalClient*' to look for
  * @param key current key code
  * @param value value in the hash map (peer entry)
  * @return GNUNET_YES (we should continue to iterate)

Modified: gnunet/src/fs/gnunet-service-fs_push.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_push.c      2011-03-06 15:22:31 UTC (rev 
14601)
+++ gnunet/src/fs/gnunet-service-fs_push.c      2011-03-06 15:24:52 UTC (rev 
14602)
@@ -348,7 +348,7 @@
 /**
  * Find content for migration to this peer.
  *
- * @param mig peer to find content for
+ * @param mrp peer to find content for
  */ 
 static void
 find_content (struct MigrationReadyPeer *mrp)

Modified: gnunet/src/include/gnunet_container_lib.h
===================================================================
--- gnunet/src/include/gnunet_container_lib.h   2011-03-06 15:22:31 UTC (rev 
14601)
+++ gnunet/src/include/gnunet_container_lib.h   2011-03-06 15:24:52 UTC (rev 
14602)
@@ -154,10 +154,10 @@
 
 
 /**
- * Free the space associcated with a filter
- * in memory, flush to drive if needed (do not
- * free the space on the drive)
+ * Create a copy of a bloomfilter.
+ *
  * @param bf the filter
+ * @return copy of bf
  */
 struct GNUNET_CONTAINER_BloomFilter *
 GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter 
*bf);




reply via email to

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