[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r15020 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r15020 - gnunet/src/util |
Date: |
Tue, 19 Apr 2011 13:14:30 +0200 |
Author: brodski
Date: 2011-04-19 13:14:30 +0200 (Tue, 19 Apr 2011)
New Revision: 15020
Modified:
gnunet/src/util/container_heap.c
Log:
changed name to fit better
Modified: gnunet/src/util/container_heap.c
===================================================================
--- gnunet/src/util/container_heap.c 2011-04-19 11:13:52 UTC (rev 15019)
+++ gnunet/src/util/container_heap.c 2011-04-19 11:14:30 UTC (rev 15020)
@@ -194,7 +194,7 @@
* @return cost of the node
*/
GNUNET_CONTAINER_HeapCostType
-GNUNET_CONTAINER_node_get_cost (const struct GNUNET_CONTAINER_HeapNode *node)
+GNUNET_CONTAINER_heap_node_get_cost (const struct GNUNET_CONTAINER_HeapNode
*node)
{
return node->cost;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r15020 - gnunet/src/util,
gnunet <=