aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-05 19:55:31 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-05 19:55:31 +0000
commit52ae7e53f6b8dfd26612e4e9f0830918fd1ee312 (patch)
tree8dd8981bcdbe150e55657a4d751516ac14a77840 /src/ats/gnunet-service-ats_performance.h
parent21264a59434a5b18b4f5e85e735a2d3ec5c3c6c6 (diff)
downloadgnunet-52ae7e53f6b8dfd26612e4e9f0830918fd1ee312.tar.gz
gnunet-52ae7e53f6b8dfd26612e4e9f0830918fd1ee312.zip
-misc cleanups
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.h')
-rw-r--r--src/ats/gnunet-service-ats_performance.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index 24e9ec1ee..bd4cb2258 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -31,16 +31,6 @@
31#include "gnunet_ats_service.h" 31#include "gnunet_ats_service.h"
32#include "ats.h" 32#include "ats.h"
33 33
34/**
35 * Register a new performance client.
36 *
37 * @param client handle of the new client
38 * @param flag flag specifying the type of the client
39 */
40void
41GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
42 enum StartFlag flag);
43
44 34
45/** 35/**
46 * Transmit the given performance information to all performance 36 * Transmit the given performance information to all performance
@@ -72,6 +62,17 @@ GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer,
72 62
73 63
74/** 64/**
65 * Register a new performance client.
66 *
67 * @param client handle of the new client
68 * @param flag flag specifying the type of the client
69 */
70void
71GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
72 enum StartFlag flag);
73
74
75/**
75 * Initialize performance subsystem. 76 * Initialize performance subsystem.
76 * 77 *
77 * @param server handle to our server 78 * @param server handle to our server