aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_peers.c')
-rw-r--r--src/testbed/testbed_api_peers.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/testbed/testbed_api_peers.c b/src/testbed/testbed_api_peers.c
index fef701f91..b5f55b8f8 100644
--- a/src/testbed/testbed_api_peers.c
+++ b/src/testbed/testbed_api_peers.c
@@ -562,9 +562,10 @@ GNUNET_TESTBED_peer_stop (struct GNUNET_TESTBED_Peer *peer,
562 562
563 563
564/** 564/**
565 * Request information about a peer. The controller callback will be called with 565 * Request information about a peer. The controller callback will not be called
566 * event type GNUNET_TESTBED_ET_OPERATION_FINISHED when result for this 566 * with event type GNUNET_TESTBED_ET_OPERATION_FINISHED when result for this
567 * operation is available 567 * operation is available. Instead, the GNUNET_TESTBED_PeerInfoCallback() will
568 * be called.
568 * 569 *
569 * @param peer peer to request information about 570 * @param peer peer to request information about
570 * @param pit desired information 571 * @param pit desired information