aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-08 17:52:42 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-08 17:52:42 +0900
commit1029772b39c7aab734c43df1188180764ff5c34b (patch)
treecdca60dca1e063a3c35c7e8a97e46e59909749dc /src/include
parent5c4b060714954a6e4571fe981b333856d2ef4a1b (diff)
downloadgnunet-1029772b39c7aab734c43df1188180764ff5c34b.tar.gz
gnunet-1029772b39c7aab734c43df1188180764ff5c34b.zip
TESTING: Properly handle label allocations
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testing_ng_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index db89e1a8e..88910f65f 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -108,7 +108,7 @@ struct GNUNET_TESTING_Command
108 /** 108 /**
109 * Label for the command. 109 * Label for the command.
110 */ 110 */
111 const char *label; 111 char *label;
112 112
113 /** 113 /**
114 * Runs the command. Note that upon return, the interpreter 114 * Runs the command. Note that upon return, the interpreter
@@ -434,7 +434,7 @@ GNUNET_TESTING_get_barrier (struct GNUNET_TESTING_Interpreter *is,
434 * 434 *
435 * @param is The interpreter. 435 * @param is The interpreter.
436 * @param barrier The barrier to add. 436 * @param barrier The barrier to add.
437 */ 437 */
438void 438void
439GNUNET_TESTING_barrier_add (struct GNUNET_TESTING_Interpreter *is, 439GNUNET_TESTING_barrier_add (struct GNUNET_TESTING_Interpreter *is,
440 struct GNUNET_TESTING_Barrier *barrier); 440 struct GNUNET_TESTING_Barrier *barrier);