aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-05 08:26:53 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-05 08:26:53 +0000
commit8cdbd31820ad0b71bbe3eb431723802bda7883df (patch)
tree829f297605846205c4bd5612b8a0b536b1d2f1fa /src/transport/gnunet-service-transport_neighbours.h
parent6b0266fa3464b54f37ec1e1f2ac0725b318b0027 (diff)
downloadgnunet-8cdbd31820ad0b71bbe3eb431723802bda7883df.tar.gz
gnunet-8cdbd31820ad0b71bbe3eb431723802bda7883df.zip
more client code
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 27e7d20a9..26b3a11b8 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -99,15 +99,14 @@ GST_neighbours_send (const struct GNUNET_PeerIdentity *target,
99 void *cont_cls); 99 void *cont_cls);
100 100
101/** 101/**
102 * Change the quota for the given peer. 102 * Change the incoming quota for the given peer.
103 * FIXME: inbound or outbound quota?
104 * 103 *
105 * @param neighbour identity of peer to change qutoa for 104 * @param neighbour identity of peer to change qutoa for
106 * @param quota new quota FIXME: fix type! 105 * @param quota new quota
107 */ 106 */
108void 107void
109GST_neighbours_set_quota (const struct GNUNET_PeerIdentity *neighbour, 108GST_neighbours_set_incoming_quota (const struct GNUNET_PeerIdentity *neighbour,
110 const float quota); 109 struct GNUNET_BANDWIDTH_Value32NBO quota);
111 110
112 111
113/** 112/**