-fix config, shutdown issue
[oweals/gnunet.git] / src / ats / gnunet-service-ats_performance.h
index 24e9ec1eebde528c4b861011c55bb00ea4bbe769..87712552f6203e391700d6034d4beba3c418ecd2 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
 #include "gnunet_ats_service.h"
 #include "ats.h"
 
-/**
- * Register a new performance client.
- *
- * @param client handle of the new client
- * @param flag flag specifying the type of the client
- */
-void
-GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
-                            enum StartFlag flag);
-
 
 /**
  * Transmit the given performance information to all performance
@@ -71,6 +61,17 @@ GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer,
                                     struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in);
 
 
+/**
+ * Register a new performance client.
+ *
+ * @param client handle of the new client
+ * @param flag flag specifying the type of the client
+ */
+void
+GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
+                            enum StartFlag flag);
+
+
 /**
  * Initialize performance subsystem.
  *