*
*/
-
+#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
* 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
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 */