aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-08 18:01:55 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-08 18:01:55 +0900
commit2b48c60fde7d6a70cff7a7852f3188e3673c70bd (patch)
treeb8f5e7b9c9f301ad3d9f70e16e233f753c74f03c /src
parent5d66f8d95336367f1e733446a3a21331c4f27704 (diff)
downloadgnunet-2b48c60fde7d6a70cff7a7852f3188e3673c70bd.tar.gz
gnunet-2b48c60fde7d6a70cff7a7852f3188e3673c70bd.zip
-added some fixmes to testing api wrt missing documentation and api design
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_testing_plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_plugin.h b/src/include/gnunet_testing_plugin.h
index 6c1b9c1a9..312a7bfe5 100644
--- a/src/include/gnunet_testing_plugin.h
+++ b/src/include/gnunet_testing_plugin.h
@@ -45,6 +45,9 @@ typedef void
45typedef void 45typedef void
46(*TESTING_CMD_HELPER_finish_cb) (); 46(*TESTING_CMD_HELPER_finish_cb) ();
47 47
48// FIXME documentation
49// FIXME: Why are n, m, local_m strings?
50// FIXME: Why is topology_data a string and not a GNUNET_TESTING_NetworkTopology??
48typedef void 51typedef void
49(*GNUNET_TESTING_PLUGIN_StartTestCase) (TESTING_CMD_HELPER_write_cb 52(*GNUNET_TESTING_PLUGIN_StartTestCase) (TESTING_CMD_HELPER_write_cb
50 write_message, 53 write_message,
@@ -72,6 +75,7 @@ typedef struct GNUNET_TESTING_Barrier *
72(*GNUNET_TESTING_PLUGIN_GET_WAITING_FOR_BARRIERS) (); 75(*GNUNET_TESTING_PLUGIN_GET_WAITING_FOR_BARRIERS) ();
73 76
74 77
78// FIXME documentation
75struct GNUNET_TESTING_PluginFunctions 79struct GNUNET_TESTING_PluginFunctions
76{ 80{
77 /** 81 /**