-fix config, shutdown issue
[oweals/gnunet.git] / src / ats / gnunet-service-ats_feedback.c
index 72f4aa039b9af29085d8618908ce03d3d39c004a..0ffb43e130803e5256ceb00a6ecf871e41755cbf 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011-2015 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011-2015 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
@@ -24,7 +24,6 @@
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "gnunet-service-ats.h"
 #include "gnunet-service-ats_plugins.h"
 #include "gnunet-service-ats_feedback.h"
 #include "ats.h"
@@ -49,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,
@@ -65,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)
 {