gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26942 - in gnunet/src: include testbed


From: gnunet
Subject: [GNUnet-SVN] r26942 - in gnunet/src: include testbed
Date: Fri, 19 Apr 2013 13:55:20 +0200

Author: harsha
Date: 2013-04-19 13:55:20 +0200 (Fri, 19 Apr 2013)
New Revision: 26942

Modified:
   gnunet/src/include/gnunet_testbed_logger_service.h
   gnunet/src/testbed/gnunet-service-testbed-logger.c
   gnunet/src/testbed/testbed_logger_api.c
Log:
- doxygen


Modified: gnunet/src/include/gnunet_testbed_logger_service.h
===================================================================
--- gnunet/src/include/gnunet_testbed_logger_service.h  2013-04-19 11:03:01 UTC 
(rev 26941)
+++ gnunet/src/include/gnunet_testbed_logger_service.h  2013-04-19 11:55:20 UTC 
(rev 26942)
@@ -87,10 +87,6 @@
  * @param h the logger handle
  * @param data the data to send;
  * @param size how many bytes of data to send
- * @param cb the callback to be called upon completion of the send request
- * @param cb_cls the closure for the above callback
- * @return the send handle which can used for cancelling the send operation.
- *           Will be invalid if upon call to completion callback
  */
 void
 GNUNET_TESTBED_LOGGER_write (struct GNUNET_TESTBED_LOGGER_Handle *h,

Modified: gnunet/src/testbed/gnunet-service-testbed-logger.c
===================================================================
--- gnunet/src/testbed/gnunet-service-testbed-logger.c  2013-04-19 11:03:01 UTC 
(rev 26941)
+++ gnunet/src/testbed/gnunet-service-testbed-logger.c  2013-04-19 11:55:20 UTC 
(rev 26942)
@@ -165,7 +165,7 @@
  *
  * @param cls NULL
  * @param client identification of the client
- * @param message the actual message
+ * @param msg the actual message
  */
 static void
 handle_log_msg (void *cls, struct GNUNET_SERVER_Client *client,

Modified: gnunet/src/testbed/testbed_logger_api.c
===================================================================
--- gnunet/src/testbed/testbed_logger_api.c     2013-04-19 11:03:01 UTC (rev 
26941)
+++ gnunet/src/testbed/testbed_logger_api.c     2013-04-19 11:55:20 UTC (rev 
26942)
@@ -149,8 +149,7 @@
 /**
  * Schedule the flush completion notification task
  *
- * @param 
- * @return 
+ * @param h logger handle
  */
 static void
 trigger_flush_notification (struct GNUNET_TESTBED_LOGGER_Handle *h)
@@ -327,10 +326,6 @@
  * @param h the logger handle
  * @param data the data to send;
  * @param size how many bytes of data to send
- * @param cb the callback to be called upon completion of the send request
- * @param cb_cls the closure for the above callback
- * @return the send handle which can used for cancelling the send operation.
- *           Will be invalid if upon call to completion callback
  */
 void
 GNUNET_TESTBED_LOGGER_write (struct GNUNET_TESTBED_LOGGER_Handle *h,




reply via email to

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