diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-10-18 13:09:38 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-10-18 13:09:38 +0000 |
commit | 233f7ecbf9d7d5376c39e16b8dedf3f614583485 (patch) | |
tree | e3192ca43933f7d52c0550a7d4506bf37a55e848 /src/transport/gnunet-service-transport_neighbours.h | |
parent | f370ea1429d3caa2d31a0ed146ba403cbb3a090f (diff) |
payload and data
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r-- | src/transport/gnunet-service-transport_neighbours.h | 4 |
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, void GST_neighbours_notify_data_sent (const struct GNUNET_PeerIdentity *peer, - size_t size); + const struct GNUNET_HELLO_Address *address, + struct Session *session, + size_t size); /** * For an existing neighbour record, set the active connection to |