aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-10 15:37:40 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-10 15:37:40 +0000
commitabbdbd925ac30dc456b28599f36b1d1d4ffce2f2 (patch)
tree54964f47933f09dd0d82884259237e3d78a95b9f /src/testbed/testbed_api.h
parente3e2e5839cc3f7c1efb4bee1826f185169b034fa (diff)
downloadgnunet-abbdbd925ac30dc456b28599f36b1d1d4ffce2f2.tar.gz
gnunet-abbdbd925ac30dc456b28599f36b1d1d4ffce2f2.zip
checkpoint save
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 251b8a56a..45815c057 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -435,5 +435,23 @@ GNUNET_TESTBED_parse_error_string_ (const struct
435uint64_t 435uint64_t
436GNUNET_TESTBED_get_next_op_id (struct GNUNET_TESTBED_Controller *controller); 436GNUNET_TESTBED_get_next_op_id (struct GNUNET_TESTBED_Controller *controller);
437 437
438
439/**
440 * Like GNUNET_TESTBED_get_slave_config(), however without the host registration
441 * check. Another difference is that this function takes the id of the slave
442 * host.
443 *
444 * @param op_cls the closure for the operation
445 * @param master the handle to master controller
446 * @param slave_host the host where the slave controller is running; the handle
447 * to the slave_host should remain valid until this operation is
448 * cancelled or marked as finished
449 * @return the operation handle;
450 */
451struct GNUNET_TESTBED_Operation *
452GNUNET_TESTBED_get_slave_config_ (void *op_cls,
453 struct GNUNET_TESTBED_Controller *master,
454 uint32_t slave_host_id);
455
438#endif 456#endif
439/* end of testbed_api.h */ 457/* end of testbed_api.h */