* @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,
*
* @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,
/**
* Setup the subsystem.
- *
- * @param cfg configuration to use
*/
void
GSF_pending_request_init_ (void);
/**
* 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
*/