From 376138d90fe4e97d8611a8b7dfb798e79aa427cb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Feb 2017 23:24:48 +0100 Subject: first, very rough conversion of SET service to new cadet client API (fails tests, as before) --- src/include/gnunet_cadet_service.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/gnunet_cadet_service.h') diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h index 1b3aac7c9..6f71424fb 100644 --- a/src/include/gnunet_cadet_service.h +++ b/src/include/gnunet_cadet_service.h @@ -713,6 +713,7 @@ typedef void * struct GNUNET_CADET_Channel *channel, const struct GNUNET_PeerIdentity *source); + /** * Function called whenever an MQ-channel is destroyed, even if the destruction * was requested by #GNUNET_CADET_channel_destroy. @@ -728,6 +729,7 @@ typedef void (*GNUNET_CADET_DisconnectEventHandler) (void *cls, const struct GNUNET_CADET_Channel *channel); + /** * Function called whenever an MQ-channel's transmission window size changes. * @@ -747,6 +749,7 @@ typedef void const struct GNUNET_CADET_Channel *channel, int window_size); + /** * Connect to the MQ-based cadet service. * @@ -756,6 +759,7 @@ typedef void struct GNUNET_CADET_Handle * GNUNET_CADET_connecT (const struct GNUNET_CONFIGURATION_Handle *cfg); + /** * Open a port to receive incomming MQ-based channels. * @@ -810,6 +814,7 @@ GNUNET_CADET_channel_creatE (struct GNUNET_CADET_Handle *h, GNUNET_CADET_DisconnectEventHandler disconnects, const struct GNUNET_MQ_MessageHandler *handlers); + /** * Obtain the message queue for a connected channel. * -- cgit v1.2.3