- doxygen
authorSree Harsha Totakura <totakura@in.tum.de>
Fri, 19 Apr 2013 11:55:20 +0000 (11:55 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Fri, 19 Apr 2013 11:55:20 +0000 (11:55 +0000)
src/include/gnunet_testbed_logger_service.h
src/testbed/gnunet-service-testbed-logger.c
src/testbed/testbed_logger_api.c

index c8b4b776206e2664fe7de12b01b5bf2076e3593c..084d88387b8fe628612deddabcb28ceb45c60a94 100644 (file)
@@ -87,10 +87,6 @@ typedef void (*GNUNET_TESTBED_LOGGER_FlushCompletion) (void *cls, size_t size);
  * @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,
index 76403ecac4ff8d60cbc2ee7c56101cff37dbafd2..7f3a42be2cc8ff7b5f87f6e24c994e5d6b498fe6 100644 (file)
@@ -165,7 +165,7 @@ queue_message (struct GNUNET_SERVER_Client *client,
  *
  * @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,
index 81e20dd2a186ecb8bb5f5cf9e63cf6b039dd74d8..65228085065f3f57e0430a4a4cbe84e7fe09d8cf 100644 (file)
@@ -149,8 +149,7 @@ call_flush_completion (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 /**
  * 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 @@ GNUNET_TESTBED_LOGGER_disconnect (struct GNUNET_TESTBED_LOGGER_Handle *h)
  * @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,