From 5d4332d1f19f435eecbb6976416e26d5aee30410 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 15 Sep 2011 12:31:32 +0000 Subject: implemented disconnect notifications for outbound connections --- src/transport/plugin_transport_http.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/transport/plugin_transport_http.h') diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h index 3cba2ace0..24752aff3 100644 --- a/src/transport/plugin_transport_http.h +++ b/src/transport/plugin_transport_http.h @@ -252,4 +252,9 @@ server_start (struct Plugin *plugin); void server_stop (struct Plugin *plugin); +void +notify_session_end (void *cls, + const struct GNUNET_PeerIdentity * + peer, struct Session * s); + /* end of plugin_transport_http.h */ -- cgit v1.2.3