[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r36614 - gnunet/src/testbed
From: |
gnunet |
Subject: |
[GNUnet-SVN] r36614 - gnunet/src/testbed |
Date: |
Wed, 28 Oct 2015 14:21:36 +0100 |
Author: grothoff
Date: 2015-10-28 14:21:36 +0100 (Wed, 28 Oct 2015)
New Revision: 36614
Modified:
gnunet/src/testbed/testbed_api.c
Log:
-fix doxygen
Modified: gnunet/src/testbed/testbed_api.c
===================================================================
--- gnunet/src/testbed/testbed_api.c 2015-10-28 13:21:29 UTC (rev 36613)
+++ gnunet/src/testbed/testbed_api.c 2015-10-28 13:21:36 UTC (rev 36614)
@@ -382,12 +382,12 @@
/**
- * Handler for GNUNET_MESSAGE_TYPE_TESTBED_ADDHOSTCONFIRM message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_ADD_HOST_SUCCESS message from
* controller (testbed service)
*
* @param c the controller handler
* @param msg message received
- * @return GNUNET_YES if we can continue receiving from service; GNUNET_NO if
+ * @return #GNUNET_YES if we can continue receiving from service; #GNUNET_NO if
* not
*/
static int
@@ -484,7 +484,7 @@
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCREATESUCCESS message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_CREATE_SUCCESS message from
* controller (testbed service)
*
* @param c the controller handle
@@ -543,7 +543,7 @@
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEEREVENT message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_EVENT message from
* controller (testbed service)
*
* @param c the controller handler
@@ -624,7 +624,7 @@
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCONEVENT message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_CONNECT_EVENT message from
* controller (testbed service)
*
* @param c the controller handler
@@ -699,12 +699,12 @@
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCONFIG message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_INFORMATION message from
* controller (testbed service)
*
* @param c the controller handler
* @param msg message received
- * @return GNUNET_YES if we can continue receiving from service; GNUNET_NO if
+ * @return #GNUNET_YES if we can continue receiving from service; #GNUNET_NO if
* not
*/
static int
@@ -771,7 +771,7 @@
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_OPERATIONFAILEVENT message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_OPERATION_FAIL_EVENT message from
* controller (testbed service)
*
* @param c the controller handler
@@ -931,7 +931,7 @@
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG message from controller
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVE_CONFIGURATION message from
controller
* (testbed service)
*
* @param c the controller handler
@@ -978,7 +978,7 @@
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG message from controller
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT message
from controller
* (testbed service)
*
* @param c the controller handler
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r36614 - gnunet/src/testbed,
gnunet <=