fixing shutdown
[oweals/gnunet.git] / src / ats / gnunet-service-ats-solver_proportional.h
index 94612b7360b5edc72e582a2beaa13684990c4d5f..13cf54e8da82df158898753b6b370a1ff77decb2 100644 (file)
@@ -1,22 +1,22 @@
 /*
    This file is part of GNUnet.
    (C) 2011 Christian Grothoff (and other contributing authors)
+ This file is part of GNUnet.
+ (C) 2011 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
    by the Free Software Foundation; either version 3, or (at your
    option) any later version.
+ GNUnet is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published
+ by the Free Software Foundation; either version 3, or (at your
+ option) any later version.
 
    GNUnet is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.
+ GNUnet is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
 
    You should have received a copy of the GNU General Public License
    along with GNUnet; see the file COPYING.  If not, write to the
    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.
-*/
+ You should have received a copy of the GNU General Public License
+ along with GNUnet; see the file COPYING.  If not, write to the
+ Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+ */
 
 /**
  * @file ats/gnunet-service-ats-solver_proportional.h
  */
 void
 GAS_proportional_address_change_preference (void *solver,
-                                                                                       const struct GNUNET_PeerIdentity *peer,
-                                                                                       enum GNUNET_ATS_PreferenceKind kind,
-                                                                                       double pref_rel);
-
+    const struct GNUNET_PeerIdentity *peer, enum GNUNET_ATS_PreferenceKind kind,
+    double pref_rel);
 
 /**
  * Get application feedback for a peer
@@ -60,13 +58,10 @@ GAS_proportional_address_change_preference (void *solver,
  * @param score the score
  */
 void
-GAS_proportional_address_preference_feedback (void *solver,
-                                                                                       void *application,
-                                                                                       const struct GNUNET_PeerIdentity *peer,
-                                                                                 const struct GNUNET_TIME_Relative scope,
-                                                                                       enum GNUNET_ATS_PreferenceKind kind,
-                                                                                       double score);
-
+GAS_proportional_address_preference_feedback (void *solver, void *application,
+    const struct GNUNET_PeerIdentity *peer,
+    const struct GNUNET_TIME_Relative scope,
+    enum GNUNET_ATS_PreferenceKind kind, double score);
 
 /**
  * Init the proportional problem solver
@@ -99,18 +94,13 @@ GAS_proportional_address_preference_feedback (void *solver,
  */
 void *
 GAS_proportional_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
-                     const struct GNUNET_STATISTICS_Handle *stats,
-                     const struct GNUNET_CONTAINER_MultiHashMap *addresses,
-                     int *network,
-                     unsigned long long *out_quota,
-                     unsigned long long *in_quota,
-                     int dest_length,
-                     GAS_bandwidth_changed_cb bw_changed_cb,
-                     void *bw_changed_cb_cls,
-                     GAS_get_preferences get_preference,
-                     void *get_preference_cls,
-                     GAS_get_properties get_properties,
-                     void *get_properties_cls);
+    const struct GNUNET_STATISTICS_Handle *stats,
+    const struct GNUNET_CONTAINER_MultiHashMap *addresses, int *network,
+    unsigned long long *out_quota, unsigned long long *in_quota,
+    int dest_length, GAS_bandwidth_changed_cb bw_changed_cb,
+    void *bw_changed_cb_cls, GAS_get_preferences get_preference,
+    void *get_preference_cls, GAS_get_properties get_properties,
+    void *get_properties_cls);
 
 /**
  * Shutdown the proportional problem solver
@@ -120,7 +110,6 @@ GAS_proportional_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
 void
 GAS_proportional_done (void * solver);
 
-
 /**
  * Add a single address within a network to the solver
  *
@@ -129,10 +118,8 @@ GAS_proportional_done (void * solver);
  * @param network network type of this address
  */
 void
-GAS_proportional_address_add (void *solver,
-                                                       struct ATS_Address *address,
-                                                       uint32_t network);
-
+GAS_proportional_address_add (void *solver, struct ATS_Address *address,
+    uint32_t network);
 
 /**
  * Transport properties for this address have changed
@@ -145,11 +132,8 @@ GAS_proportional_address_add (void *solver,
  */
 void
 GAS_proportional_address_property_changed (void *solver,
-                                                                                                                       struct ATS_Address *address,
-                                                                                                                       uint32_t type,
-                                                                                                                       uint32_t abs_value,
-                                                                                                                       double rel_value);
-
+    struct ATS_Address *address, uint32_t type, uint32_t abs_value,
+    double rel_value);
 
 /**
  * Transport session for this address has changed
@@ -163,10 +147,7 @@ GAS_proportional_address_property_changed (void *solver,
  */
 void
 GAS_proportional_address_session_changed (void *solver,
-                                                                                                                       struct ATS_Address *address,
-                                                                                                                       uint32_t cur_session,
-                                                                                                                       uint32_t new_session);
-
+    struct ATS_Address *address, uint32_t cur_session, uint32_t new_session);
 
 /**
  * Usage for this address has changed
@@ -179,8 +160,7 @@ GAS_proportional_address_session_changed (void *solver,
  */
 void
 GAS_proportional_address_inuse_changed (void *solver,
-                                                                                                                       struct ATS_Address *address,
-                                                                                                                       int in_use);
+    struct ATS_Address *address, int in_use);
 
 /**
  * Network scope for this address has changed
@@ -194,9 +174,7 @@ GAS_proportional_address_inuse_changed (void *solver,
  */
 void
 GAS_proportional_address_change_network (void *solver,
-                                                                                                                                          struct ATS_Address *address,
-                                                                                                                                          uint32_t current_network,
-                                                                                                                                          uint32_t new_network);
+    struct ATS_Address *address, uint32_t current_network, uint32_t new_network);
 
 /**
  * Remove an address from the solver
@@ -206,9 +184,8 @@ GAS_proportional_address_change_network (void *solver,
  * @param session_only delete only session not whole address
  */
 void
-GAS_proportional_address_delete (void *solver,
-    struct ATS_Address *address, int session_only);
-
+GAS_proportional_address_delete (void *solver, struct ATS_Address *address,
+    int session_only);
 
 /**
  * Start a bulk operation
@@ -218,7 +195,6 @@ GAS_proportional_address_delete (void *solver,
 void
 GAS_proportional_bulk_start (void *solver);
 
-
 /**
  * Bulk operation done
  */
@@ -233,8 +209,7 @@ GAS_proportional_bulk_stop (void *solver);
  */
 void
 GAS_proportional_stop_get_preferred_address (void *solver,
-                                     const struct GNUNET_PeerIdentity *peer);
-
+    const struct GNUNET_PeerIdentity *peer);
 
 /**
  * Get the prefered address for a specific peer
@@ -244,6 +219,6 @@ GAS_proportional_stop_get_preferred_address (void *solver,
  */
 const struct ATS_Address *
 GAS_proportional_get_preferred_address (void *solver,
-                               const struct GNUNET_PeerIdentity *peer);
+    const struct GNUNET_PeerIdentity *peer);
 
 /* end of gnunet-service-ats-solver_proportional.c */