[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35713 - in gnunet/src: include multicast util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35713 - in gnunet/src: include multicast util |
Date: |
Thu, 7 May 2015 14:15:07 +0200 |
Author: tg
Date: 2015-05-07 14:15:07 +0200 (Thu, 07 May 2015)
New Revision: 35713
Modified:
gnunet/src/include/gnunet_client_manager_lib.h
gnunet/src/multicast/multicast_api.c
gnunet/src/util/client_manager.c
Log:
doc fix
Modified: gnunet/src/include/gnunet_client_manager_lib.h
===================================================================
--- gnunet/src/include/gnunet_client_manager_lib.h 2015-05-06 16:05:43 UTC
(rev 35712)
+++ gnunet/src/include/gnunet_client_manager_lib.h 2015-05-07 12:15:07 UTC
(rev 35713)
@@ -214,6 +214,8 @@
*
* @param mgr
* Client manager connection.
+ * @param ctx
+ * User context.
* @param size
* Number of bytes in user context struct (for verification only).
*/
@@ -228,10 +230,8 @@
*
* @param mgr
* Client manager connection.
- * @param ctx
- * User context.
- * @param size
- * Number of bytes in user context struct (for verification only).
+ * @param type
+ * Type of context (for size verification).
*/
#define GNUNET_CLIENT_MANAGER_get_user_context(mgr, type) \
(type *) GNUNET_CLIENT_MANAGER_get_user_context_ (mgr, sizeof (type))
Modified: gnunet/src/multicast/multicast_api.c
===================================================================
--- gnunet/src/multicast/multicast_api.c 2015-05-06 16:05:43 UTC (rev
35712)
+++ gnunet/src/multicast/multicast_api.c 2015-05-07 12:15:07 UTC (rev
35713)
@@ -144,7 +144,7 @@
/**
* Handle that identifies a join request.
*
- * Used to match calls to #GNUNET_MULTICAST_JoinCallback to the
+ * Used to match calls to #GNUNET_MULTICAST_JoinRequestCallback to the
* corresponding calls to #GNUNET_MULTICAST_join_decision().
*/
struct GNUNET_MULTICAST_JoinHandle
Modified: gnunet/src/util/client_manager.c
===================================================================
--- gnunet/src/util/client_manager.c 2015-05-06 16:05:43 UTC (rev 35712)
+++ gnunet/src/util/client_manager.c 2015-05-07 12:15:07 UTC (rev 35713)
@@ -209,7 +209,7 @@
*
* @param cls
* struct GNUNET_CLIENT_MANAGER_Connection
- * @param size
+ * @param buf_size
* Number of bytes available in @a buf.
* @param buf
* Where to copy the message.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35713 - in gnunet/src: include multicast util,
gnunet <=