summaryrefslogtreecommitdiff
path: root/src/regex/test_regex_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/test_regex_api.c')
-rw-r--r--src/regex/test_regex_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/test_regex_api.c b/src/regex/test_regex_api.c
index 81627e6e4..a35934c9c 100644
--- a/src/regex/test_regex_api.c
+++ b/src/regex/test_regex_api.c
@@ -84,7 +84,7 @@ end_badly ()
84 * @param put_path Path of the put request. 84 * @param put_path Path of the put request.
85 * @param put_path_length Length of the put_path. 85 * @param put_path_length Length of the put_path.
86 */ 86 */
87static void 87static void
88found_cb (void *cls, 88found_cb (void *cls,
89 const struct GNUNET_PeerIdentity *id, 89 const struct GNUNET_PeerIdentity *id,
90 const struct GNUNET_PeerIdentity *get_path, 90 const struct GNUNET_PeerIdentity *get_path,
@@ -106,7 +106,7 @@ run (void *cls,
106 die_task = 106 die_task =
107 GNUNET_SCHEDULER_add_delayed (TOTAL_TIMEOUT, 107 GNUNET_SCHEDULER_add_delayed (TOTAL_TIMEOUT,
108 &end_badly, NULL); 108 &end_badly, NULL);
109 a = GNUNET_REGEX_announce (cfg, 109 a = GNUNET_REGEX_announce (cfg,
110 "my long prefix - hello world(0|1)*", 110 "my long prefix - hello world(0|1)*",
111 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 111 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
112 5), 112 5),