aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-14 14:50:30 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-14 14:50:30 +0900
commit4b6bd62e33a875531e5f21428d38af21e223ee0d (patch)
tree67b61b5961d9d0bdea014ca74b0a5709166e3d98 /src/include
parente7b082de7fcdb394deecde4a098aa927bcd72fdb (diff)
downloadgnunet-4b6bd62e33a875531e5f21428d38af21e223ee0d.tar.gz
gnunet-4b6bd62e33a875531e5f21428d38af21e223ee0d.zip
-TestState can become private
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testing_netjail_lib.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/include/gnunet_testing_netjail_lib.h b/src/include/gnunet_testing_netjail_lib.h
index ada8b4754..a2f2e056a 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -344,39 +344,6 @@ GNUNET_TESTING_calculate_num (struct
344 GNUNET_TESTING_NodeConnection *node_connection, 344 GNUNET_TESTING_NodeConnection *node_connection,
345 struct GNUNET_TESTING_NetjailTopology *topology); 345 struct GNUNET_TESTING_NetjailTopology *topology);
346 346
347// FIXME this was not namespaced. Is this correct here? Why are the cmd_helpers
348// defined in _plugin??
349struct GNUNET_TESTING_TestState
350{
351 /**
352 * Callback to write messages to the master loop.
353 *
354 */
355 GNUNET_TESTING_cmd_helper_write_cb write_message;
356
357 /**
358 * Callback to notify the helper test case has finished.
359 */
360 GNUNET_TESTING_cmd_helper_finish_cb finished_cb;
361
362 /**
363 * The name for a specific test environment directory.
364 *
365 */
366 char *testdir;
367
368 /**
369 * The name for the configuration file of the specific node.
370 *
371 */
372 char *cfgname;
373
374 /**
375 * The complete topology information.
376 */
377 struct GNUNET_TESTING_NetjailTopology *topology;
378};
379
380/** 347/**
381 * FIXME: This was also not namespaces. 348 * FIXME: This was also not namespaces.
382 * Struct with information for callbacks. 349 * Struct with information for callbacks.