aboutsummaryrefslogtreecommitdiff
path: root/src/topology/test_gnunet_daemon_topology.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-06 14:38:24 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-06 14:38:24 +0000
commit2ca4b8a208f6f910c819bbaa6785a25ae2955501 (patch)
tree7328fb7cfc62189197dfa34035502a80b0acdcd3 /src/topology/test_gnunet_daemon_topology.c
parent8d46a214ce11653b5160d32e330786fa487e3ae6 (diff)
downloadgnunet-2ca4b8a208f6f910c819bbaa6785a25ae2955501.tar.gz
gnunet-2ca4b8a208f6f910c819bbaa6785a25ae2955501.zip
- give out run handle through which master controller's handle can be retrieved
Diffstat (limited to 'src/topology/test_gnunet_daemon_topology.c')
-rw-r--r--src/topology/test_gnunet_daemon_topology.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c
index 1a6b14773..f78fa5bf0 100644
--- a/src/topology/test_gnunet_daemon_topology.c
+++ b/src/topology/test_gnunet_daemon_topology.c
@@ -62,7 +62,8 @@ notify_connect_complete (void *cls,
62 62
63 63
64static void 64static void
65do_connect (void *cls, 65do_connect (void *cls,
66 struct GNUNET_TESTBED_RunHandle *h,
66 unsigned int num_peers, 67 unsigned int num_peers,
67 struct GNUNET_TESTBED_Peer **peers, 68 struct GNUNET_TESTBED_Peer **peers,
68 unsigned int links_succeeded, 69 unsigned int links_succeeded,