gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13096 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r13096 - gnunet/src/transport
Date: Thu, 30 Sep 2010 10:44:32 +0200

Author: nevans
Date: 2010-09-30 10:44:32 +0200 (Thu, 30 Sep 2010)
New Revision: 13096

Modified:
   gnunet/src/transport/transport_selection.h
Log:
redefinition of enum value broke compilation

Modified: gnunet/src/transport/transport_selection.h
===================================================================
--- gnunet/src/transport/transport_selection.h  2010-09-29 12:24:37 UTC (rev 
13095)
+++ gnunet/src/transport/transport_selection.h  2010-09-30 08:44:32 UTC (rev 
13096)
@@ -37,7 +37,7 @@
  *
  */
 
-
+#define GNUNET_ATS_ARRAY_TERMINATOR 0
 /**
  * Enum defining all known cost types for ATS
  * Enum values are used in the GNUNET_ATS_Cost_Information struct as 
(key,value)-pair
@@ -50,7 +50,7 @@
         * array is 0-terminated:
         * the last element in the array is the pair 
(GNUNET_ATS_ARRAY_TERMINATOR, 0)
         */
-       GNUNET_ATS_ARRAY_TERMINATOR= 0,
+       //GNUNET_ATS_ARRAY_TERMINATOR= 0,
 
        /* Volume based cost in financial units to transmit data
         * Note: this value is not bound to a specific currency or unit and 
only used locally
@@ -199,12 +199,12 @@
 
 enum GNUNET_ATS_Quality_Type
 {
-       /*
-        * Quality will be passed as struct GNUNET_ATS_Quality_Information[]
-        * array is 0-terminated:
-        * the last element in the array is the pair 
(GNUNET_ATS_ARRAY_TERMINATOR, 0)
-        */
-       GNUNET_ATS_ARRAY_TERMINATOR = 0,
+    /*
+     * Quality will be passed as struct GNUNET_ATS_Quality_Information[]
+     * array is 0-terminated:
+     * the last element in the array is the pair (GNUNET_ATS_ARRAY_TERMINATOR, 
0)
+     */
+    //GNUNET_ATS_ARRAY_TERMINATOR = 0,
 
     /* Physical layer quality properties */
 




reply via email to

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