aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 76e27bf2e..d971e7cf9 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -47,7 +47,7 @@
47 47
48 48
49/** 49/**
50 * Entry in neighbours. 50 * Entry in neighbours.
51 */ 51 */
52struct NeighbourMapEntry; 52struct NeighbourMapEntry;
53 53
@@ -105,7 +105,7 @@ struct MessageQueue
105 105
106 106
107/** 107/**
108 * Entry in neighbours. 108 * Entry in neighbours.
109 */ 109 */
110struct NeighbourMapEntry 110struct NeighbourMapEntry
111{ 111{
@@ -171,7 +171,7 @@ struct NeighbourMapEntry
171 171
172 /** 172 /**
173 * ID of task scheduled to run when we should try transmitting 173 * ID of task scheduled to run when we should try transmitting
174 * the head of the message queue. 174 * the head of the message queue.
175 */ 175 */
176 GNUNET_SCHEDULER_TaskIdentifier transmission_task; 176 GNUNET_SCHEDULER_TaskIdentifier transmission_task;
177 177
@@ -622,7 +622,7 @@ GST_neighbours_try_connect (const struct GNUNET_PeerIdentity *target)
622 622
623/** 623/**
624 * Test if we're connected to the given peer. 624 * Test if we're connected to the given peer.
625 * 625 *
626 * @param target peer to test 626 * @param target peer to test
627 * @return GNUNET_YES if we are connected, GNUNET_NO if not 627 * @return GNUNET_YES if we are connected, GNUNET_NO if not
628 */ 628 */
@@ -839,7 +839,7 @@ GST_neighbours_keepalive (const struct GNUNET_PeerIdentity *neighbour)
839 * Change the incoming quota for the given peer. 839 * Change the incoming quota for the given peer.
840 * 840 *
841 * @param neighbour identity of peer to change qutoa for 841 * @param neighbour identity of peer to change qutoa for
842 * @param quota new quota 842 * @param quota new quota
843 */ 843 */
844void 844void
845GST_neighbours_set_incoming_quota (const struct GNUNET_PeerIdentity *neighbour, 845GST_neighbours_set_incoming_quota (const struct GNUNET_PeerIdentity *neighbour,
@@ -912,7 +912,7 @@ neighbours_iterate (void *cls, const GNUNET_HashCode * key, void *value)
912/** 912/**
913 * Iterate over all connected neighbours. 913 * Iterate over all connected neighbours.
914 * 914 *
915 * @param cb function to call 915 * @param cb function to call
916 * @param cb_cls closure for cb 916 * @param cb_cls closure for cb
917 */ 917 */
918void 918void