aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-05-23 14:01:35 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-05-23 14:01:35 +0000
commit2c0bf156d17ea97298943fd28b3f5d4eb99de355 (patch)
tree6f8e13fb3e1e6a031758dc593c11429dbb16bd06 /src/transport/gnunet-service-transport_manipulation.h
parent9c818540f5e5254cc8c34976cfcd87993cd9387b (diff)
downloadgnunet-2c0bf156d17ea97298943fd28b3f5d4eb99de355.tar.gz
gnunet-2c0bf156d17ea97298943fd28b3f5d4eb99de355.zip
fix for 0002890
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index d58c11ea3..4fe68ade1 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -103,6 +103,14 @@ GST_manipulation_manipulate_metrics (const struct GNUNET_PeerIdentity *peer,
103 uint32_t ats_count); 103 uint32_t ats_count);
104 104
105/** 105/**
106 * Notify manipulation about disconnect so it can discard queued messages
107 *
108 * @param peer the disconnecting peer
109 */
110void
111GST_manipulation_peer_disconnect (const struct GNUNET_PeerIdentity *peer);
112
113/**
106 * Initialize traffic manipulation 114 * Initialize traffic manipulation
107 * 115 *
108 * @param GST_cfg configuration handle 116 * @param GST_cfg configuration handle