-improve UDP logging
[oweals/gnunet.git] / src / ats / gnunet-service-ats_addresses.h
index 89d5ceed04b7e1990a165c1d9e31f492c25cd721..2be8277e15bea84f2025e2ac89f6bec3bbd174b9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2011-2014 Christian Grothoff (and other contributing authors)
Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -270,7 +270,7 @@ struct ATS_Address
   char *plugin;
 
   /**
-   * Solver specific information for this address
+   * Solver-specific information for this address
    */
   void *solver_information;
 
@@ -300,7 +300,8 @@ struct ATS_Address
   uint32_t session_id;
 
   /**
-   * Field to store local flags
+   * Field to store local flags.
+   * FIXME: `enum GNUNET_HELLO_AddressInfo`?
    */
   uint32_t local_address_info;
 
@@ -334,11 +335,6 @@ struct ATS_Address
    */
   int active;
 
-  /**
-   * Is this the address for this peer in use?
-   */
-  int used;
-
   /**
    * Normalized ATS performance information for this address
    * Each entry can be accessed using the GNUNET_ATS_QualityProperties avg_queue_index
@@ -353,7 +349,6 @@ struct ATS_Address
 extern struct GNUNET_CONTAINER_MultiPeerMap *GSA_addresses;
 
 
-
 /**
  * Initialize address subsystem. The addresses subsystem manages the addresses
  * known and current performance information.