aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet-new.h')
-rw-r--r--src/cadet/gnunet-service-cadet-new.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet-new.h b/src/cadet/gnunet-service-cadet-new.h
index dff0d3c8c..bee5c67cc 100644
--- a/src/cadet/gnunet-service-cadet-new.h
+++ b/src/cadet/gnunet-service-cadet-new.h
@@ -264,6 +264,17 @@ GSC_handle_remote_channel_destroy (struct CadetClient *c,
264 struct GNUNET_CADET_ClientChannelNumber ccn, 264 struct GNUNET_CADET_ClientChannelNumber ccn,
265 struct CadetChannel *ch); 265 struct CadetChannel *ch);
266 266
267/**
268 * A client that created a loose channel that was not bound to a port
269 * disconnected, drop it from the #loose_channels list.
270 *
271 * @param port the port the channel was trying to bind to
272 * @param ch the channel that was lost
273 */
274void
275GSC_drop_loose_channel (const struct GNUNET_HashCode *port,
276 struct CadetChannel *ch);
277
267 278
268/** 279/**
269 * Bind incoming channel to this client, and notify client 280 * Bind incoming channel to this client, and notify client