aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-18 13:03:17 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-18 13:03:17 +0000
commit1a956f969b0166ee609a88d37ace19486bd6bcee (patch)
tree8a027bd38fa951dbe4f5273bdc3c33243d2a8342 /src/include/gnunet_testbed_service.h
parent41f993ffa4aeb530a26fba43a1e69c776633ed11 (diff)
downloadgnunet-1a956f969b0166ee609a88d37ace19486bd6bcee.tar.gz
gnunet-1a956f969b0166ee609a88d37ace19486bd6bcee.zip
fix; modified testcase for test_testbed_api; valigrind suppression for zlib
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 8888d781e..d6c4354fe 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -429,10 +429,11 @@ typedef void (*GNUNET_TESTBED_ControllerStatusCallback) (void *cls,
429 * configuration (port numbers, unix domain sockets and service home 429 * configuration (port numbers, unix domain sockets and service home
430 * values are changed as per TESTING library on the remote host) 430 * values are changed as per TESTING library on the remote host)
431 * @param cb function called when the controller is successfully started or 431 * @param cb function called when the controller is successfully started or
432 * dies unexpectedly; GNUNET_TESTBED_controller_stop shouldn't be 432 * dies unexpectedly; GNUNET_TESTBED_controller_stop shouldn't be
433 * called if cb is called with GNUNET_SYSERR as status. Will never be 433 * called if cb is called with GNUNET_SYSERR as status. Will never be
434 * called in the same task as 'GNUNET_TESTBED_controller_start' 434 * called in the same task as 'GNUNET_TESTBED_controller_start'
435 * (synchronous errors will be signalled by returning NULL) 435 * (synchronous errors will be signalled by returning NULL). This
436 * parameter cannot be NULL.
436 * @param cls closure for above callbacks 437 * @param cls closure for above callbacks
437 * @return the controller process handle, NULL on errors 438 * @return the controller process handle, NULL on errors
438 */ 439 */