aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-nse-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-17 14:26:17 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-17 14:26:17 +0000
commitb0fa05e08c0187cf2d5a55dca09f2183da4118e6 (patch)
treeecc5e2b3eb9a3ff862e7a9ff73a925c2d2df3c23 /src/nse/gnunet-nse-profiler.c
parentbcedb42668c471a865de381de83b1def62d7e870 (diff)
downloadgnunet-b0fa05e08c0187cf2d5a55dca09f2183da4118e6.tar.gz
gnunet-b0fa05e08c0187cf2d5a55dca09f2183da4118e6.zip
- fix compile; NSE profile still incomplete
Diffstat (limited to 'src/nse/gnunet-nse-profiler.c')
-rw-r--r--src/nse/gnunet-nse-profiler.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index 40c1f5d69..225a4202a 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -248,10 +248,10 @@ static struct GNUNET_TESTBED_Controller *controller;
248 */ 248 */
249static struct GNUNET_TESTBED_ControllerProc *copro; 249static struct GNUNET_TESTBED_ControllerProc *copro;
250 250
251/** 251/* /\** */
252 * Testbed handle. 252/* * Testbed handle. */
253 */ 253/* *\/ */
254static struct GNUNET_TESTBED_Testbed *testbed; 254/* static struct GNUNET_TESTBED_Testbed *testbed; */
255 255
256 256
257/** 257/**
@@ -288,8 +288,8 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
288{ 288{
289 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Ending test.\n"); 289 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Ending test.\n");
290 close_monitor_connections (); 290 close_monitor_connections ();
291 if (NULL != testbed) 291 /* if (NULL != testbed) */
292 GNUNET_TESTBED_destroy (testbed); 292 /* GNUNET_TESTBED_destroy (testbed); */
293 if (NULL != controller) 293 if (NULL != controller)
294 GNUNET_TESTBED_controller_disconnect (controller); 294 GNUNET_TESTBED_controller_disconnect (controller);
295 if (NULL != copro) 295 if (NULL != copro)
@@ -904,12 +904,12 @@ controller_start_cb (void *cls,
904 0 /* mask */, 904 0 /* mask */,
905 &master_controller_cb, NULL); 905 &master_controller_cb, NULL);
906 906
907 testbed = GNUNET_TESTBED_create (controller, 907 /* testbed = GNUNET_TESTBED_create (controller, */
908 num_hosts, hosts, 908 /* num_hosts, hosts, */
909 num_peers, 909 /* num_peers, */
910 cfg, 910 /* cfg, */
911 0 /* FIXME: topology */, 911 /* 0 /\* FIXME: topology *\/, */
912 NULL /* FIXME: topology options */); 912 /* NULL /\* FIXME: topology options *\/); */
913} 913}
914 914
915 915