aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-14 08:03:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-14 08:03:02 +0000
commit70f9bcf894b28799df078330d204860e7ea7bae8 (patch)
tree1ddea2775a875e840ab93e637b6f05b8678fc057 /src/ats/gnunet-service-ats_performance.h
parent1bab64147e7b113051dcd41ae18fa0e9537b7fd9 (diff)
downloadgnunet-70f9bcf894b28799df078330d204860e7ea7bae8.tar.gz
gnunet-70f9bcf894b28799df078330d204860e7ea7bae8.zip
more ATS implementation: message parsing and generation:
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.h')
-rw-r--r--src/ats/gnunet-service-ats_performance.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index 45bc39c35..cb6677f5b 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -22,6 +22,7 @@
22 * @file ats/gnunet-service-ats_performance.h 22 * @file ats/gnunet-service-ats_performance.h
23 * @brief ats service, interaction with 'performance' API 23 * @brief ats service, interaction with 'performance' API
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 * @author Christian Grothoff
25 */ 26 */
26#ifndef GNUNET_SERVICE_ATS_PERFORMANCE_H 27#ifndef GNUNET_SERVICE_ATS_PERFORMANCE_H
27#define GNUNET_SERVICE_ATS_PERFORMANCE_H 28#define GNUNET_SERVICE_ATS_PERFORMANCE_H
@@ -29,11 +30,11 @@
29#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
30 31
31void 32void
32GAS_add_performance_client (struct GNUNET_SERVER_Client *client); 33GAS_performance_add_client (struct GNUNET_SERVER_Client *client);
33 34
34 35
35void 36void
36GAS_remove_performance_client (struct GNUNET_SERVER_Client *client); 37GAS_performance_remove_client (struct GNUNET_SERVER_Client *client);
37 38
38 39
39void 40void