aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_peers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
commit794fc27048618c511ce2421720d1ede225224018 (patch)
tree9838765dc6398ed39950fb377944054bb12a9ab8 /src/testbed/gnunet-service-testbed_peers.c
parente1fa8e431de13b5fe11ecd24ca2d4394d440ce54 (diff)
downloadgnunet-794fc27048618c511ce2421720d1ede225224018.tar.gz
gnunet-794fc27048618c511ce2421720d1ede225224018.zip
-doxygen fixes
Diffstat (limited to 'src/testbed/gnunet-service-testbed_peers.c')
-rw-r--r--src/testbed/gnunet-service-testbed_peers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-service-testbed_peers.c b/src/testbed/gnunet-service-testbed_peers.c
index 4fb6b2f80..c07fa87c5 100644
--- a/src/testbed/gnunet-service-testbed_peers.c
+++ b/src/testbed/gnunet-service-testbed_peers.c
@@ -774,7 +774,7 @@ GST_free_prcq ()
774 * Callback to inform whether the peer is running or stopped. 774 * Callback to inform whether the peer is running or stopped.
775 * 775 *
776 * @param cls the closure given to GNUNET_TESTING_peer_stop_async() 776 * @param cls the closure given to GNUNET_TESTING_peer_stop_async()
777 * @param peer the respective peer whose status is being reported 777 * @param p the respective peer whose status is being reported
778 * @param success GNUNET_YES if the peer is stopped; GNUNET_SYSERR upon any 778 * @param success GNUNET_YES if the peer is stopped; GNUNET_SYSERR upon any
779 * error 779 * error
780 */ 780 */