/**
* 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)
/**
* 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)
/**
- * 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);