aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-05-19 18:28:24 +0200
committerChristian Grothoff <christian@grothoff.org>2024-05-19 18:28:24 +0200
commit0d635b958da336a23fa1f1957a9ce42213f762f2 (patch)
treea5989252a42e10f967765f4b751b8abffa8446f2
parenta2f814b863afe94721d7039be461e63aa2756863 (diff)
downloadgnunet-0d635b958da336a23fa1f1957a9ce42213f762f2.tar.gz
gnunet-0d635b958da336a23fa1f1957a9ce42213f762f2.zip
-remove unimplemented unused feature
-rw-r--r--src/include/gnunet_testing_lib.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 7cc03dfbe..5542d94cb 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -321,16 +321,6 @@ struct GNUNET_TESTING_Command
321 struct GNUNET_TIME_Absolute last_req_time; 321 struct GNUNET_TIME_Absolute last_req_time;
322 322
323 /** 323 /**
324 * In case @e asynchronous_finish is true, how long should we wait for this
325 * command to complete? If @e finish did not complete after this amount of
326 * time, the interpreter will fail. Should be set generously to ensure
327 * tests do not fail on slow systems.
328 *
329 * FIXME: currently not used! Definition good?
330 */
331 struct GNUNET_TIME_Relative default_timeout;
332
333 /**
334 * How often did we try to execute this command? (In case it is a request 324 * How often did we try to execute this command? (In case it is a request
335 * that is repated.) Note that a command must have some built-in retry 325 * that is repated.) Note that a command must have some built-in retry
336 * mechanism for this value to be useful. 326 * mechanism for this value to be useful.