- fix error messages
[oweals/gnunet.git] / src / transport / gnunet-service-transport_manipulation.h
index d58c11ea331d000a90791fb31193bbf14b7eca3e..4fe68ade16582bca2a042b67c2f8954f1ce93b9e 100644 (file)
@@ -102,6 +102,14 @@ GST_manipulation_manipulate_metrics (const struct GNUNET_PeerIdentity *peer,
                const struct GNUNET_ATS_Information *ats,
                uint32_t ats_count);
 
+/**
+ * Notify manipulation about disconnect so it can discard queued messages
+ *
+ * @param peer the disconnecting peer
+ */
+void
+GST_manipulation_peer_disconnect (const struct GNUNET_PeerIdentity *peer);
+
 /**
  * Initialize traffic manipulation
  *