aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-28 13:54:03 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-28 13:54:03 +0000
commit5649e3ad7dd87a419d0b257ed2a357adfcf1a372 (patch)
treeb0952aa199a1ecedbc3cb1f250ff62da1e90c2ef /src/transport/gnunet-service-transport_manipulation.h
parentff71fa2f71ad29c1972efd0e57937459a0976389 (diff)
downloadgnunet-5649e3ad7dd87a419d0b257ed2a357adfcf1a372.tar.gz
gnunet-5649e3ad7dd87a419d0b257ed2a357adfcf1a372.zip
more docu
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 091062459..d58c11ea3 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -37,6 +37,14 @@
37#include "transport.h" 37#include "transport.h"
38 38
39 39
40/**
41 * Set traffic metric to manipulate
42 *
43 * @param cls closure
44 * @param client client sending message
45 * @param message containing information
46 */
47
40void 48void
41GST_manipulation_set_metric (void *cls, struct GNUNET_SERVER_Client *client, 49GST_manipulation_set_metric (void *cls, struct GNUNET_SERVER_Client *client,
42 const struct GNUNET_MessageHeader *message); 50 const struct GNUNET_MessageHeader *message);