-only trigger check config if we actually need it
[oweals/gnunet.git] / src / ats / gnunet-service-ats_feedback.c
index e367af92c7cc2225518b2a32b64ae8e6ab3c3191..deb8e3d5d450a4913a5757cfca9a7d840c813d97 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2011-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2015 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      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.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 /**
  * @file ats/gnunet-service-ats_feedback.c
@@ -48,7 +48,7 @@ preference_feedback (struct GNUNET_SERVER_Client *application,
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Received PREFERENCE FEEDBACK for peer `%s'\n",
               GNUNET_i2s (peer));
-  GAS_plugin_preference_feedback (application,
+  GAS_plugin_notify_feedback (application,
                                  peer,
                                  scope,
                                  kind,
@@ -64,7 +64,7 @@ preference_feedback (struct GNUNET_SERVER_Client *application,
  * @param message the request message
  */
 void
-GAS_handle_preference_feedback (void *cls,
+GAS_handle_feedback (void *cls,
                                struct GNUNET_SERVER_Client *client,
                                const struct GNUNET_MessageHeader *message)
 {