gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8767 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r8767 - GNUnet/src/include
Date: Tue, 21 Jul 2009 12:07:40 -0600

Author: nevans
Date: 2009-07-21 12:07:40 -0600 (Tue, 21 Jul 2009)
New Revision: 8767

Modified:
   GNUnet/src/include/gnunet_util_containers.h
Log:
Change heap cost type for better integration with hashmap

Modified: GNUnet/src/include/gnunet_util_containers.h
===================================================================
--- GNUnet/src/include/gnunet_util_containers.h 2009-07-21 18:06:55 UTC (rev 
8766)
+++ GNUnet/src/include/gnunet_util_containers.h 2009-07-21 18:07:40 UTC (rev 
8767)
@@ -578,7 +578,7 @@
     (element)->next->prev = (element)->prev;
 
 
-typedef unsigned int GNUNET_CostType;
+typedef unsigned long long GNUNET_CostType;
 
 /*
  * Heap type, either max or min.  Hopefully makes the





reply via email to

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