gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -added some fixmes to testing api wrt mi


From: gnunet
Subject: [gnunet] branch master updated: -added some fixmes to testing api wrt missing documentation and api design
Date: Thu, 08 Dec 2022 10:02:01 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2b48c60fd -added some fixmes to testing api wrt missing documentation 
and api design
2b48c60fd is described below

commit 2b48c60fde7d6a70cff7a7852f3188e3673c70bd
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Dec 8 18:01:55 2022 +0900

    -added some fixmes to testing api wrt missing documentation and api design
---
 src/include/gnunet_testing_plugin.h | 4 ++++
 1 file changed, 4 insertions(+)

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
 typedef void
 (*TESTING_CMD_HELPER_finish_cb) ();
 
+// FIXME documentation
+// FIXME: Why are n, m, local_m strings?
+// FIXME: Why is topology_data a string and not a 
GNUNET_TESTING_NetworkTopology??
 typedef void
 (*GNUNET_TESTING_PLUGIN_StartTestCase) (TESTING_CMD_HELPER_write_cb
                                         write_message,
@@ -72,6 +75,7 @@ typedef struct GNUNET_TESTING_Barrier *
 (*GNUNET_TESTING_PLUGIN_GET_WAITING_FOR_BARRIERS) ();
 
 
+// FIXME documentation
 struct GNUNET_TESTING_PluginFunctions
 {
   /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]