aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-28 13:21:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-28 13:21:36 +0000
commit15604d3b324357e80b4f7cd9d2c5e9855e56656d (patch)
treeac6102a89ece816ca4fe70341120e6634fabde7e /src/testbed/testbed_api.c
parentd8d2da5d0f830b3538a0bce285b080ecfb4da64d (diff)
downloadgnunet-15604d3b324357e80b4f7cd9d2c5e9855e56656d.tar.gz
gnunet-15604d3b324357e80b4f7cd9d2c5e9855e56656d.zip
-fix doxygen
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index ab9afd83e..55c36c18c 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -382,12 +382,12 @@ handle_forwarded_operation_msg (struct GNUNET_TESTBED_Controller *c,
382 382
383 383
384/** 384/**
385 * Handler for GNUNET_MESSAGE_TYPE_TESTBED_ADDHOSTCONFIRM message from 385 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_ADD_HOST_SUCCESS message from
386 * controller (testbed service) 386 * controller (testbed service)
387 * 387 *
388 * @param c the controller handler 388 * @param c the controller handler
389 * @param msg message received 389 * @param msg message received
390 * @return GNUNET_YES if we can continue receiving from service; GNUNET_NO if 390 * @return #GNUNET_YES if we can continue receiving from service; #GNUNET_NO if
391 * not 391 * not
392 */ 392 */
393static int 393static int
@@ -484,7 +484,7 @@ handle_opsuccess (struct GNUNET_TESTBED_Controller *c,
484 484
485 485
486/** 486/**
487 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCREATESUCCESS message from 487 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_CREATE_SUCCESS message from
488 * controller (testbed service) 488 * controller (testbed service)
489 * 489 *
490 * @param c the controller handle 490 * @param c the controller handle
@@ -543,7 +543,7 @@ handle_peer_create_success (struct GNUNET_TESTBED_Controller *c,
543 543
544 544
545/** 545/**
546 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEEREVENT message from 546 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_EVENT message from
547 * controller (testbed service) 547 * controller (testbed service)
548 * 548 *
549 * @param c the controller handler 549 * @param c the controller handler
@@ -624,7 +624,7 @@ handle_peer_event (struct GNUNET_TESTBED_Controller *c,
624 624
625 625
626/** 626/**
627 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCONEVENT message from 627 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_CONNECT_EVENT message from
628 * controller (testbed service) 628 * controller (testbed service)
629 * 629 *
630 * @param c the controller handler 630 * @param c the controller handler
@@ -699,12 +699,12 @@ handle_peer_conevent (struct GNUNET_TESTBED_Controller *c,
699 699
700 700
701/** 701/**
702 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCONFIG message from 702 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_INFORMATION message from
703 * controller (testbed service) 703 * controller (testbed service)
704 * 704 *
705 * @param c the controller handler 705 * @param c the controller handler
706 * @param msg message received 706 * @param msg message received
707 * @return GNUNET_YES if we can continue receiving from service; GNUNET_NO if 707 * @return #GNUNET_YES if we can continue receiving from service; #GNUNET_NO if
708 * not 708 * not
709 */ 709 */
710static int 710static int
@@ -771,7 +771,7 @@ handle_peer_config (struct GNUNET_TESTBED_Controller *c,
771 771
772 772
773/** 773/**
774 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_OPERATIONFAILEVENT message from 774 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_OPERATION_FAIL_EVENT message from
775 * controller (testbed service) 775 * controller (testbed service)
776 * 776 *
777 * @param c the controller handler 777 * @param c the controller handler
@@ -931,7 +931,7 @@ GNUNET_TESTBED_generate_slavegetconfig_msg_ (uint64_t op_id, uint32_t slave_id)
931 931
932 932
933/** 933/**
934 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG message from controller 934 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVE_CONFIGURATION message from controller
935 * (testbed service) 935 * (testbed service)
936 * 936 *
937 * @param c the controller handler 937 * @param c the controller handler
@@ -978,7 +978,7 @@ handle_slave_config (struct GNUNET_TESTBED_Controller *c,
978 978
979 979
980/** 980/**
981 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG message from controller 981 * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT message from controller
982 * (testbed service) 982 * (testbed service)
983 * 983 *
984 * @param c the controller handler 984 * @param c the controller handler