aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-16 14:59:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-16 14:59:26 +0000
commit8e029727329c804dc6977fd49c5df7f1cf0378c5 (patch)
tree7de5a326b09c7f151b5d51d2a58d8daace7681f3 /src/transport/gnunet-service-transport_neighbours.c
parent917c016f45fc4415be1e75500d43eaa095026d0a (diff)
downloadgnunet-8e029727329c804dc6977fd49c5df7f1cf0378c5.tar.gz
gnunet-8e029727329c804dc6977fd49c5df7f1cf0378c5.zip
doxygen
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 4788829b3..232c77c2f 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -980,6 +980,8 @@ master_task (void *cls,
980 * @param cls NULL 980 * @param cls NULL
981 * @param target identity of the neighbour that was disconnected 981 * @param target identity of the neighbour that was disconnected
982 * @param result GNUNET_OK if the disconnect got out successfully 982 * @param result GNUNET_OK if the disconnect got out successfully
983 * @param payload bytes payload
984 * @param physical bytes physical
983 */ 985 */
984static void 986static void
985send_disconnect_cont (void *cls, const struct GNUNET_PeerIdentity *target, 987send_disconnect_cont (void *cls, const struct GNUNET_PeerIdentity *target,
@@ -1126,6 +1128,8 @@ disconnect_neighbour (struct NeighbourMapEntry *n)
1126 * @param cls the 'struct MessageQueue' of the message 1128 * @param cls the 'struct MessageQueue' of the message
1127 * @param receiver intended receiver 1129 * @param receiver intended receiver
1128 * @param success whether it worked or not 1130 * @param success whether it worked or not
1131 * @param size_payload bytes payload sent
1132 * @param physical bytes sent on wire
1129 */ 1133 */
1130static void 1134static void
1131transmit_send_continuation (void *cls, 1135transmit_send_continuation (void *cls,