aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-20 19:53:24 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-20 19:53:24 +0000
commit03f0ae4bb10cf55bb9bab601d45fd96c2eb13603 (patch)
tree9089fc11319e7de97c43d2e0bf8e6d9b67836b92 /src/transport/gnunet-service-transport_manipulation.h
parent450982bb56fde81bd512cb21360b809482caf19b (diff)
downloadgnunet-03f0ae4bb10cf55bb9bab601d45fd96c2eb13603.tar.gz
gnunet-03f0ae4bb10cf55bb9bab601d45fd96c2eb13603.zip
migrating transport service to new MQ API
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 6c7cede41..312dd1168 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -28,8 +28,6 @@
28#define GNUNET_SERVICE_TRANSPORT_MANIPULATION_H 28#define GNUNET_SERVICE_TRANSPORT_MANIPULATION_H
29 29
30#include "platform.h" 30#include "platform.h"
31#include "gnunet-service-transport_blacklist.h"
32#include "gnunet-service-transport_clients.h"
33#include "gnunet-service-transport_hello.h" 31#include "gnunet-service-transport_hello.h"
34#include "gnunet-service-transport_neighbours.h" 32#include "gnunet-service-transport_neighbours.h"
35#include "gnunet-service-transport_plugins.h" 33#include "gnunet-service-transport_plugins.h"
@@ -41,14 +39,10 @@
41/** 39/**
42 * Set traffic metric to manipulate 40 * Set traffic metric to manipulate
43 * 41 *
44 * @param cls closure
45 * @param client client sending message
46 * @param message containing information 42 * @param message containing information
47 */ 43 */
48void 44void
49GST_manipulation_set_metric (void *cls, 45GST_manipulation_set_metric (const struct TrafficMetricMessage *tm);
50 struct GNUNET_SERVER_Client *client,
51 const struct GNUNET_MessageHeader *message);
52 46
53 47
54/** 48/**