gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r38245 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r38245 - gnunet/src/cadet
Date: Fri, 4 Nov 2016 10:47:24 +0100

Author: bartpolot
Date: 2016-11-04 10:47:24 +0100 (Fri, 04 Nov 2016)
New Revision: 38245

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
   gnunet/src/cadet/gnunet-service-cadet_connection.h
Log:
- update doxygen / doc

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2016-11-04 09:47:22 UTC 
(rev 38244)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2016-11-04 09:47:24 UTC 
(rev 38245)
@@ -3231,7 +3231,7 @@
  * @param cont_cls Closure for @c cont.
  *
  * @return Handle to cancel the message before it's sent.
- *         NULL on error or if @c cont is NULL.
+ *         NULL on error.
  *         Invalid on @c cont call.
  */
 struct CadetConnectionQueue *
@@ -3273,6 +3273,7 @@
       break;
 
     case GNUNET_MESSAGE_TYPE_CADET_KX:
+      /* nothing to do here */
       break;
 
     case GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE:

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.h
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.h  2016-11-04 09:47:22 UTC 
(rev 38244)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.h  2016-11-04 09:47:24 UTC 
(rev 38245)
@@ -503,7 +503,7 @@
  * @param cont_cls Closure for @c cont.
  *
  * @return Handle to cancel the message before it's sent.
- *         NULL on error or if @c cont is NULL.
+ *         NULL on error.
  *         Invalid on @c cont call.
  */
 struct CadetConnectionQueue *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]