aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-18 13:09:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-18 13:09:38 +0000
commit233f7ecbf9d7d5376c39e16b8dedf3f614583485 (patch)
treee3192ca43933f7d52c0550a7d4506bf37a55e848 /src/transport/gnunet-service-transport_neighbours.h
parentf370ea1429d3caa2d31a0ed146ba403cbb3a090f (diff)
downloadgnunet-233f7ecbf9d7d5376c39e16b8dedf3f614583485.tar.gz
gnunet-233f7ecbf9d7d5376c39e16b8dedf3f614583485.zip
payload and data
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 4875dd6d6..9ba1918c3 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -222,7 +222,9 @@ GST_neighbours_notify_payload_sent (const struct GNUNET_PeerIdentity *peer,
222 222
223void 223void
224GST_neighbours_notify_data_sent (const struct GNUNET_PeerIdentity *peer, 224GST_neighbours_notify_data_sent (const struct GNUNET_PeerIdentity *peer,
225 size_t size); 225 const struct GNUNET_HELLO_Address *address,
226 struct Session *session,
227 size_t size);
226 228
227/** 229/**
228 * For an existing neighbour record, set the active connection to 230 * For an existing neighbour record, set the active connection to