aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_cadet_service.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 14826c40b..a4ac42eb8 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -348,6 +348,18 @@ void
348GNUNET_CADET_notify_transmit_ready_cancel (struct GNUNET_CADET_TransmitHandle 348GNUNET_CADET_notify_transmit_ready_cancel (struct GNUNET_CADET_TransmitHandle
349 *th); 349 *th);
350 350
351
352/**
353 * Cancel only the notify without cleaning the structs to a futher call to channel destroy
354 *
355 * @param th handle that was returned by "notify_transmit_ready".
356 */
357void
358GNUNET_CADET_cancel_notify (struct GNUNET_CADET_TransmitHandle
359 *th);
360
361
362
351 363
352/** 364/**
353 * Indicate readiness to receive the next message on a channel. 365 * Indicate readiness to receive the next message on a channel.